﻿
/*You tube section Start
*/ .home-page .you-tube-section {
    background: #232323;
    padding: 55px 10px 90px 10px;
}

    .home-page .you-tube-section .title {
        color: #FFF;
        font-family: Poppins !important;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -1.44px;
        margin-bottom: 12px;
    }

    .home-page .you-tube-section .sub-title {
        color: #FFF;
        font-family: Poppins !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 250;
        line-height: 150%;
        letter-spacing: -0.96px;
    }
    .home-page .you-tube-section .you-tube-iframe {
        height: 100%;
    }


     .home-page .you-tube-section .you-tube-iframe iframe {
        margin-top: 25px;
        width: 1023px;
        height: 451px;
    }


/* Mobile devices Starts*/
@media (max-width: 767px) {
    .home-page .you-tube-section .title {
        font-size: 30px;
    }

    .home-page .you-tube-section .sub-title {
        font-size: 20px;
    }
    .home-page .you-tube-section .you-tube-iframe {
        height: 100%;
    }
    .home-page .you-tube-section .you-tube-iframe iframe {
        width: 100%;
        height: 200px;
    }
}
/*You tube section End*/





