.head-section{
    background: #000;
    height: 30vh;
    justify-content: center;
    align-items: end;
    display: flex;
    padding: 0 0 4vh 0;
    /* background-image: url(../img/bg/cases-bg.png); */
}


.head-section{
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-text-wrap h1{
    text-align: center;
}

.cases-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 67%;
    font-size: 1em;
}


.cases-quote{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 36px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cases-quote p{
    margin: 0;
}

.cases-quote img{
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 200px;
    margin-right: 16px;
}

.cases-quote-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (max-width: 1300px){
    .cases-text{
        width: 100%;
    }    
}


@media (max-width: 1300px){
    .head-section{
        height: 33vh;
    }
}

@media (max-width: 500px){
    .cases-quote img{
        width: 100px;
    }
    .head-section{
        background-position: 85%;
    }
    .head-section{
        height: 22vh;
    }
}