.youtube-section{
    margin-top: 91vh;
        padding: 10px 0 80px 0;
}

.display-yt{
    width: 100%;
    text-align: center;
}

.theme-inner-banner {
    background: url(images/banner/cassandra-web-banne-2.webp) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #707d9e;
}

.why-we-best {
    background: url(images/banner/cassandra-web-banne-2.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #707d9e;
}


@media (max-width: 1024px) {
    .youtube-section {
        margin-top: 45vh;
        padding: 20px 0 20px 0;
    }
}



@media (max-width: 912px) {
    .youtube-section {
        margin-top: unset;
        padding: 20px 0 20px 0;
    }
}


@media (max-width: 820px) {
   

    .youtube-section {
        margin-top: unset;
        padding: 20px 0 20px 0;
    }
}



@media (max-width: 575px) {
    .why-we-best .wrapper .best-list-item li .icon {
        font-size: 42px;
        width: 35px;
        top: 0px;
    }



    iframe {
        width: 100% !important;
        height: 200px !important;
    }


    .youtube-section {
        margin-top: 50px;
        padding: 20px 0 20px 0;
    }

}


@media (max-width: 360px) {
    iframe {
        width: 100% !important;
        height: 200px !important;
    }


    .youtube-section {
        margin-top: 50px;
        padding: 20px 0 20px 0;
    }
}


@media (max-width: 768px) {
    iframe {
        height: 200px !important;
        width: 100% !important;
    }

    .youtube-section {
        margin-top: 50px;
        padding: 20px  0 20px 0;
    }
}