* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.section-2 {
    background: #2d2d2d;
}

.section-2-container {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.section-2 .section-2-container h5 {
    border-left: 4px solid #fcbf00;
    padding-left: 2%;
}

.common {
    background: #e8e8e8;
}

.common .container {
    display: grid;
    grid-template-columns: 35% 63%;
    grid-gap: 2%;
}


.common .container-left img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.common .container-right {
    background-color: white;
    margin: -15px 0px -15px 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0) inset;
}

.section-3,
.section-4,
.section-5 {
    /* margin: 5% 0% 5% 0% !important; */
    /* padding: 6% 0% 6% 0% !important; */

}



/* ========================
------- Media Queries  ----
=======================-- */


@media (max-width: 1199px) {
    .common .container {
        grid-template-columns: 42% 56%;
    }
}

@media (max-width: 991px) {
    .common .container {
        grid-template-columns: 43% 55%;
    }

    .common .container-right .col-one h5 {
        font-size: large;
    }

    .common .container-right .col-two h6,
    .common .container-right .col-two p,
    .common .container-right .col-three h6,
    .common .container-right .col-three p,
    .common .container-right .col-one p {
        font-size: smaller;
    }
}


@media (max-width: 768px) {

    .section-2-container {
        min-height: 240px;
    }

    .common .container {
        display: block;
    }

    .common .container-left {
        text-align: center;
        background-color: white;
    }

    .common .container-left img {
        width: 65% !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0) inset;

    }

    .container-right .col-two h6,
    .container-right .col-two p,
    .container-right .col-three h6,
    .container-right .col-three p,
    .container-right .col-one p {
        font-size: unset;
    }

    .common .container-right .col-one h5 {
        font-size: larger;
    }

    .common .container-right {
        box-shadow: none !important;
    }

    .common .container-right {
        margin: 0px !important;
    }
}


@media (max-width: 576px) {
    .section-2-container {
        min-height: 220px;
    }

    .section-2-container h2 {
        font-size: x-large !important;
    }

    .section-2-container h5 {
        font-size: large !important;
    }

    .common .container-left img {
        width: 75% !important;
    }

    .common .container-right .col-one h5 {
        font-size: medium;
    }

    .container-right .col-two h6,
    .container-right .col-two p,
    .container-right .col-three h6,
    .container-right .col-three p,
    .container-right .col-one p {
        font-size: smaller;
    }
}


@media (max-width: 475px) {
    .section-2-container {
        min-height: 190px;
    }

    .section-2-container h2 {
        font-size: 23px !important;
    }


    .section-2-container h5 {
        font-size: 15px !important;
    }
}


@media (max-width: 425px) {
    .section-2-container {
        min-height: 170px;
    }

    .section-2-container h2 {
        font-size: 22px !important;
    }

    .section-2-container h5 {
        font-size: 14px !important;
    }

    .common .container-left img {
        width: -webkit-fill-available !important;
        height: 30vh !important;
    }

    .common .container-left {
        padding-top: 0px !important;
    }
}

@media (max-width: 375px) {
    .common .container-left img {
        width: -webkit-fill-available !important;
        height: 25vh !important;
    }

}


.section-3 .container-left,
.section-4 .container-left,
.section-5 .container-left,
.section-3 .container-right,
.section-4 .container-right,
.section-5 .container-right,
footer {
    opacity: 0;
}


.section-3 .container-left.animate__animated,
.section-4 .container-left.animate__animated,
.section-5 .container-left.animate__animated,
.section-3 .container-right.animate__animated,
.section-4 .container-right.animate__animated,
.section-5 .container-right.animate__animated,
footer.animate__animated {
    opacity: 1;
}