section.youtube-channel-section {
    .youtube-channel-parent {
        background: #006C7B;
    }

    .youtube-channel-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 24px;

        h3 {
            margin: 0 !important;
            color: inherit !important;
            color: white !important;
            font-family: Lato !important;
            font-size: 26px !important;
            font-weight: 700;
            line-height: 1 !important;
            text-transform: uppercase;
        }

    }

    @media screen and (max-width:600px) {
        .youtube-channel-wrapper {
            /* flex-wrap: wrap; */
            flex-direction: column;
            gap: 10px;

            h3 {
                /* font-family: Lato; */
                font-size: 16px !important;
                font-weight: 700;
            }
        }


    }

}



