@media screen and (max-width: 1200px) {
    .banner-img1 {
        left: -14%;
    }

    .banner-img2 {
        right: -17%;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 90%;
    }

    .offer-title {
        font-size: 130px;
    }

    .hero .row {
        flex-direction: column;
    }

    .hero .col-md-6 {
        width: 100%;
    }

    .hero-title {
        text-align: center;
    }

    .hero-subtext {
        margin: 10px auto;
    }

    .hero-btn {
        justify-content: center;
    }

    .food-card {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }

    .title {
        font-size: 35px;
    }

    .main-word {
        margin-left: 0;
    }

    .special-block {
        flex-direction: column;
    }

    .special-img {
        margin: 0 auto;
    }

    .text-block {
        position: relative;
        left: 0;
    }

    .tag3 {
        bottom: 73%;
    }

    .team-title {
        font-size: 150px;
    }

    .semi .col-md-4,
    .dinners .col-md-4 {
        width: 50%;
    }

    .why-us-img {
        overflow: hidden;
    }

    .banner-img1 {
        left: -25%;
    }

    .banner-img2 {
        right: -28%;
    }

}

@media screen and (max-width: 767px) {


    .main-word {
        font-size: 130px;
    }

    .title {
        font-size: 30px;
    }

    .team-title {
        font-size: 130px;
    }

    .why-us-item {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .why-us p {
        margin-top: 0;
        margin-left: 20px;
    }

    .why-us-img img {
        width: 100%;
    }

    .banner-img1 {
        left: -40%;
    }

    .banner-img2 {
        right: -50%;
    }

    .offer-block {
        margin-top: -20px;
    }

    .team-block {
        margin-top: -30px;
    }

}


@media screen and (max-width: 670px) {
    .offer-title {
        font-size: 100px;
    }

    .hero-title {
        font-size: 65px;
    }

    .semi .col-md-4,
    .dinners .col-md-4 {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .step-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .dashed-line {
        display: none;
    }

    .step {
        width: 45%;
        margin-bottom: 40px;
    }

    .step-text {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .offer-title {
        font-size: 75px;
    }

    .hero-btn {
        flex-direction: column;
    }

    .hero-btn button {
        width: 100%;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .team-title {
        font-size: 80px;
    }

    .title-block {
        flex-direction: column;
    }

    .btn-title {
        margin-top: 15px;
    }

    .step {
        width: 100%;
    }

    .step-circle {
        width: 60px;
        height: 45px;
        font-size: 20px;
    }

    .step-text {
        font-size: 15px;
    }

    .banner-img1 {
        width: 70%;
    }

    .banner-img2 {
        width: 80%;
    }

    .banner-title {
        font-size: 50px;
    }
}