.container {
    text-align: center;
    font-family: lato;
    background: url("/inclusion/section_1_bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.heading {
    font-size: 22px;
    line-height: 1.3;
    padding: 20px 50px 0px 50px;
    font-weight: 700;
}

.heading-1 {
    font-size: 55px;
    font-family: lato;
    font-weight: 700;
    margin: 0;
   
    @media screen and (min-width: 300px) and (max-width: 900px) {
        font-size: 35px;
    }
}

.heading-2 {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 10px;
    line-height: 1.3;
    margin: 0;

    @media screen and (min-width: 300px) and (max-width: 900px) {
        font-size: 22px;
    }
}

.heading-3 {
    font-size: 35px;
    line-height: 1.3;
    padding: 30px 50px 0px 200px;
    font-weight: 700;

    @media screen and (min-width: 300px) and (max-width: 900px) {
        font-size: 22px;
    }
}

.vector-1 {
    display: inline-block;
    background: url("/inclusion/vector_1.svg");
    background-size: 100% 100%;
    padding: 5px 30px 5px 0px;
}

.TeachSubMsg {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    opacity: 0.8;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #6b6b7d;
    margin: 5px;
    text-align: left;
}

.teachSubMessage {
    font-size: 16px !important;
}

.ctaButton {
    color: #fff;
    background-color: #3174F5;
    font-size: 2vw;
    padding: 10px;
    margin: 15px;
    width: fit-content;
    font-family: Poppins;
    font-weight: normal;
    text-transform: none;
    display: inline-flex;
    border-radius: 25px;
    align-items: center;
    cursor: pointer;
}

.videoContainer {
    width: 600px;
    height: 337px;

    @media screen and (min-width: 300px) and (max-width: 576) {
        width: 250px;
        height: 168px;
    }

    @media screen and (min-width: 577px) and (max-width: 900) {
        width: 400px;
        height: 224px;
    }
}

.cardContainer {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 35% 35%;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;

    @media screen and (min-width: 300px) and (max-width: 576px) {
        grid-template-columns: 95%;
    }
    @media screen and (min-width: 577px) and (max-width: 900px) {
        grid-template-columns: 80%;
    }
}

.card {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    text-align: left;
    width: 100%;

    @media screen and (min-width: 300px) and (max-width: 900px) {
        width: 100%;
    }
}

.banner {
    height: 115px;
    width: 100%;
    background-size: 100%;
}

.banner-1 {
    background: url("/inclusion/section_1_card_banner_1.svg");
}

.banner-2 {
    background: url("/inclusion/section_1_card_banner_2.svg");
}

.banner-3 {
    background: url("/inclusion/section_1_card_banner_3.svg");
}

.banner-4 {
    background: url("/inclusion/section_1_card_banner_4.svg");
}


.banner-icon {
    border-radius: 50%;
    display: flex;
    margin-top: -50px;
    margin-left: 50px;
    color: white;
    height: 120px;
    width: 120px;
    align-items: center;
    justify-content: center;
}

.banner-icon-1 {
    background: #786CD9;
}

.banner-icon-2 {
    background: #F5B453;
}

.banner-icon-3 {
    background: #4ACED7;
}

.banner-icon-4 {
    background: #D358AF;
}

.content {
    padding: 20px 50px 0px 50px;
    min-height: 300px;
    color: #808080;
    font-size: 20px;
}

.TeachMsg {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #49485d;
}

.questionDiv {
    text-align: center;
    width: 75%;
}