@media screen and (max-width: 1024px) {
    .hero-short-tittle {
        width: 170px;
    }

    .hero-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-btn {
        width: 120px;
    }

    .contact-box-btn {
        width: 130px;
    }

    .bt {
        margin-bottom: 155px !important;
    }

    .ftr-1sec img {
        width: 10%;
    }

    .about-tittle-bar {
        width: 150px !important;
    }
}

@media screen and (max-width: 768px) {

    .hero-section {
        text-align: center;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-short-tittle {
        margin: auto;
        margin-bottom: 30px;
    }

    .hero-img {
        display: none;
    }

    .about-img-1 {
        justify-content: center;
        display: flex;
    }

    .about-img-2 {
        width: 450px;
        left: 124px;
    }

    .about-imgs {
        margin-bottom: 50px;
        margin-top: -30px !important;
    }

    .about-btn {
        width: 120px;
    }

    .achievements {
        margin-top: -20px;
    }

    .contact-box-btn {
        width: 130px;
    }

    .service-tittle-bar {
        width: 120px;
    }

    p {
        font-size: 12px;
    }

    .wcu-item p {
        padding-right: 200px;
        padding-left: 200px;
    }

    .about-tittle-bar {
        width: 150px !important;
    }


}

@media screen and (max-width: 600px) {
    .about-img-2 img {
        width: 70%;
        height: auto;
        display: block;
    }

    .about-btn {
        width: 120px;
    }

    .achievements .item {
        margin-bottom: 50px;
    }

    .contact-box-btn {
        width: 130px;
    }

    .header-sp-btn {
        border: none;
    }

    .wcu-item p {
        padding-right: 50px;
        padding-left: 50px;
    }

    .final-section-btns {
        display: block;
    }

    .fsbtn {
        width: 150px;
        margin: auto;
    }


}

@media screen and (max-width: 400px) {
    .about-img-2 img {
        width: 50%;
        height: auto;
        display: block;
    }

    .about-img-2  {
        top: 50px;
        left: 100px;
    }
}