.diagonal {
    position: relative;
    height: 100px;
    background-color: #2f3238;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    margin-top: -1px;
}
.diagonalRight {
    position: relative;
    height: 100px;
    background-color: #2f3238;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    margin-top: -1px;
}
.rotated{
    transform: rotateX(180deg);

}
.wrapper{
    background-color: #2f3238;
    color: whitesmoke;
}
.blurb h2{
    font-size: 28px;
    color: whitesmoke;
}
.blurb h3{
    color:whitesmoke;
}
.wrapper{
    padding:30px;
}
.wrapper .blurb{
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.wrapper .imageHolder{
    display:flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.wrapper img {
    border-bottom: 3px solid #1f1f1f;
    width: 100%;
    max-width: 400px;
    border-radius: 3px;
    box-shadow: rgba(75, 39, 26, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.HrWhiteSzovegElvalaszto{
    width: 85%;
    margin:auto;
    min-width: 300px;
    border-bottom: 3px solid whitesmoke;
    margin-top: -3px;
}

.logoHolder img{
    width: 300px; height: 100px;
    border-radius: 10px;
    box-shadow: rgb(165, 171, 178) 0px 0px 0px 2px, rgba(176, 183, 190, 0.65) 0px 4px 6px -1px, rgba(245, 245, 245, 0.57) 0px 1px 0px inset;
}