.hero-section {
    background-color: rgb(248, 244, 244);
    margin: 0;
    padding: 30px 15px;

}

.hero-image {
    display: flex;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    overflow: hidden;
}

.hero-text-container {
    display: flex;
    flex-direction: column;
}

.hero-text {
    padding: 20px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.hero-text h1 {
    font-size: 35px;
    margin: 0;
    text-align: left;

}

.hero-text h2 {
    font-size: 16px;
    margin: 20px 0;
    text-align: left;

}

.hero-button {
    background-color: transparent;
    color: black;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    border-radius: 12px;
    font-weight: 600;

}

.video-section {

    background-color: rgb(252, 223, 114);
    padding: 30px 0;

}

.video-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.video-div img {
    width: 100%;
    overflow: hidden;

}

.ifs-section {
    padding: 30px 10px;


}

.ifs-image {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ifs-image img {
    width: 60%;
}

.ifs-text {
    line-height: 1.5;
    padding: 30px;
}

.ifs-text h2 {
    font-size: 32px;
    margin: 0;

}

.ifs-text p {
    font-size: 14px;
    margin: 20px 0;

}

.ifs-button {
    background-color: transparent;
    color: black;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 600;
}

@media screen and (min-width:380px) {
    .hero-text {
        padding: 20px 50px 40px 50px;
    }

    .ifs-image img {
        width: 50%;
    }

}

@media screen and (min-width:450px) {

    .hero-section {
        padding: 30px;
    }

    .hero-text {
        padding: 20px 30px 40px 30px;
    }

}

@media screen and (min-width:500px) {

    .hero-image img {
        width: 90%;
    }

    .hero-text {
        padding: 20px 30px 40px 30px;
    }

    .hero-text h2 {
        margin: 25px 0;
    }

    .ifs-section {
        padding: 30px 20px;
    }




}

@media screen and (min-width:600px) {

    .hero-section {
        padding: 50px;
    }

    .hero-text {
        padding: 40px 30px;
    }

    .ifs-section {
        padding: 30px 30px;
    }

    .ifs-image img {
        width: 45%;
    }

}


@media screen and (min-width:700px) {
    .hero-section {

        padding: 30px;
        padding: 20px;

    }

    .ifs-section {
        padding: 0 50px;
    }

    .hero-image {

        display: flex;
        justify-content: center;
        width: 50%;

    }

    .hero-image img {
        width: 100%;
    }

    .hero-container {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }

    .hero-text {
        width: 45%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;


    }

    .hero-text h1 {
        font-size: 32px;
    }


    .video-div img {
        width: 90%;
    }


    .hero-text h2 {
        font-size: 14px;
        padding: 0;
        margin: 10px 0 20px 0;
        width: 90%;
    }

    .hero-button {
        font-size: 14px;
        padding: 15px;
    }

    .ifs-section {
        padding: 20px;
        display: flex;
        flex-direction: row-reverse;
    }

    .ifs-image {
        width: 50%;
        display: block;
        margin-top: auto;
        margin-bottom: auto;

    }

    .ifs-text h2 {
        font-size: 34px;
    }

    .ifs-image img {
        width: 100%;
        margin-top: 0;
    }

    .ifs-text {
        width: 50%;
        display: flex;
        justify-content: end;
        flex-direction: column;
        padding: 30px;
    }

    .ifs-text p {

        margin-left: auto;
        margin-right: auto;
    }

    .ifs-button {
        width: 70%;
    }
}

@media screen and (min-width:800px) {

    .hero-container {
        width: 95%;
    }

    .hero-text {
        width: 45%;
    }

    .hero-text h2 {
        width: 90%;
    }

    .ifs-image {
        width: 45%;
    }

    .ifs-section {
        padding: 30px 40px;
    }
}

@media screen and (min-width:900px) {

    .hero-text h1 {
        font-size: 40px;
    }

    .hero-text h2 {
        font-size: 15px;
        margin-top: 15px;
    }

    .ifs-section {
        padding: 60px;
        justify-content: space-evenly;
    }

    .ifs-text {
        width: 45%;
    }

    .hero-container {
        justify-content: space-evenly;
    }

    .ifs-image {
        width: 40%;
    }
}

@media screen and (min-width:1000px) {

    .hero-container {
        width: 95%;
    }

    .video-div img {
        width: 80%;
    }

    .ifs-section {
        padding: 70px 100px;
    }
}

@media screen and (min-width:1100px) {

    .hero-container {
        justify-content: space-evenly;
        width: 95%;
    }

    .hero-text h1 {
        font-size: 50px;
    }

    .hero-text h2 {
        font-size: 18px;
        margin: 25px 0;
    }

    .ifs-section {
        padding: 70px 100px;
    }

    .ifs-image {
        width: 35%;
    }

    .ifs-text {
        width: 40%;
    }


}

@media screen and (min-width:1200px) {

    .hero-container {
        width: 90%;
    }

    .hero-text h1 {
        font-size: 52px;
    }

    .ifs-image {
        width: 30%;
    }

    .ifs-text {
        width: 35%;
    }

    .ifs-section {
        padding: 70px 120px;
    }



}

@media screen and (min-width:1300px) {

    .hero-text h1 {
        font-size: 56px;
    }

    .hero-text h2 {
        font-size: 18px;
        margin: 15px 0 30px 0;
    }

    .hero-image img {
        width: 90%;
    }

    .video-div img {
        width: 70%;
    }

    .ifs-section {
        padding: 70px 140px;
    }

}

@media screen and (min-width:1400px) {
    .ifs-section {
        padding: 70px 160px;
    }


    .hero-container {
        width: 90%;
    }

    .hero-button {
        font-size: 15px;
        padding: 15px;
    }
}

@media screen and (min-width:1400px) {
    .ifs-section {
        padding: 70px 180px;
    }


    .hero-container {
        width: 90%;
    }
}

@media screen and (min-width:1600px) {
    .offerings-section h1 {
        margin: 0 0 50px 0;
    }
}