section.quote-block {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quote-block-content {
    min-height: 300px;
    width: 55%;
    background-image: url(../../images/quote-icon.svg);
    background-repeat: no-repeat;
    background-position: 40px top;
    padding-top: 60px;
    position: relative;
    padding-left: 40px;
}
.quote-block-content::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 60%;
    background: linear-gradient(180deg, #0057A4 0%, #97BF13 100%);
    border-radius: 60px;
    left: 0;
    top: 60px;
}
.quote-block-content h6 {
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.8em;
}
.quote-block-content p {
    color: #fff;
}
.quote-video-mp4 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.quote-video-mp4 video {
    border-radius: 0;
}
.quote-block-content .playbutton {
    position: absolute;
    right: -30%;
    top: 100px;
    cursor: pointer;
}

@media (max-width:1566px) {
}


@media (max-width:1440px) {

}
@media (max-width:1380px) {

}
@media only screen and ( max-width: 1199px) {

  
}
@media only screen and ( max-width: 961px) {
    section.quote-block {
        padding: 60px 0;
    }
    
}
@media only screen and ( max-width: 768px) {
    .quote-block-content {
        width: 75%;
    }
    section.quote-block {
        background-position: 70% center;
    }
}
@media only screen and ( max-width: 560px) {
    section.quote-block {
        background-color: #272727;
    }
    .quote-video-mp4 {
        height: 210px;
        top: 30px;
        width: 90%;
        left: 5%;
    }
    .quote-block-content .playbutton {
        top: 35px;
    }
    .quote-block-content {
        margin-top: 200px;
        width: 100%;
    }
    .quote-block-content .playbutton {
        top: -154px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 60px;
    }
}