@media(max-width: 1023px) {

    .grid {
        width: 1120px;
        max-width: 100%;
        /* height: 100%; */
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
    }

    /* HEHADER */
    .header-title {
        text-align: center;
        font-size: 30px;
    }

    .header-img {
        width: 660px;
    }

    .about-us {
        padding-top: 40px;
        padding-bottom: 80px;

    }

    .achievement__wrap i {
        font-size: 40px;

    }

    .achievement__wrap--num {
        font-size: 30px;


    }

    .header-wrap {
        padding: 0 15px;
    }

    .menu__list {
        position: absolute;
        flex-direction: column;
        top: 100%;
        transform: translateY(10px);
        right: 15px;
        background-color: #d22c60;
        border-radius: 14px;
        min-width: 200px;
        padding: 10px 14px;
        z-index: 1;
    }

    .menu-item {
        font-weight: 500;

    }

    .menu-item::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: white;
        position: absolute;
        bottom: -10px;
        left: 0;
        opacity: 0.3;
    }

    .menu-item:last-child:after {
        display: none;
    }

    .header__menu {
        width: auto;

    }

    /* OUR-FEATURE */
    .our-feature__content {
        width: 100%;
    }

    .our-feature__wrap img {
        display: none;
    }

    /* contact */
    .contact::before {
        display: none;
    }

    .contact::after {
        display: none;
    }
}

@media (max-width: 600px) {

    /* HEHADER */
    .header-title {
        font-size: 26px;
    }

    .header-img {
        width: 360px;
    }

    .about-us {
        padding-top: 40px;
        padding-bottom: 80px;
        text-align: center;
    }

    .main-title::after {

        left: 50%;
        transform: translateX(-50%);
    }

    .describe {
        font-size: 13px;
    }

    .achievement__wrap i {
        font-size: 30px;

    }

    .achievement__wrap--num {
        font-size: 20px;

    }

    .achievement__wrap--name {
        font-size: 14px;

    }

    .achievement {
        display: grid;
        grid-template-columns: 45% 45%;
        grid-template-rows: auto auto;
        gap: 20px;
    }
    .feature-item i{
        font-size: 40px;
    }
    .feature-title{
        font-size: 18px;

    }
    .feature-sub{
        font-size: 14px;

    }
    /* OUR-FEATURE */

    .our-feature__content{
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .feature-item{
    text-align: start;
    }
    /* contact */
    .contact i{
        font-size: 30px;
    }
    .contact h5{
        font-size: 16px;
        margin: 10px 0; 
    }
    .contact p{
        font-size: 14px;
    }
    /* footer */
    .footer-wrap{
        text-align: center;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .footer--logo img{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .copy-right{
        width: 100%;
    }
}