@media screen and (max-width:1700px) {
    img.absolute-image {
        top: 35px;
    }
}

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


    .main-section .text-part p {
        padding-right: 0;
    }

    .d-desktop {
        display: none;
    }

    .d-mobile {
        display: block;
    }

    .container {
        padding: 0 24px;
    }

    .application-text-part {
        margin-bottom: 50px;
    }

    .application-text-part ul li img {
        width: 169px;
    }

    .main-agent-section h3 {
        font-size: 24px;
        line-height: 38px;
        padding: 0;
    }

    .offering {
        padding-top: 40px;
    }

    .offering p {
        font-size: 20px;
        line-height: 34px;
    }

    .offering ul.is-flex {
        display: block !important;
    }

    .offering ul.is-flex li {
        margin-bottom: 10px !important;
    }

    .site-properties h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .agent-section p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .banner-section .main-bg-img.download-app {
        height: 608px;
    }

    .banner-section img.main-bg-img {
        border-radius: 40px;
        width: 517px;
        object-fit: cover;
    }

    .main-section .text-part {
        padding-right: 0;
    }

    .main-section .text-part h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .text-banner {
        padding: 0;
    }

    .list-button {
        top: 46px;
        position: absolute;
        left: 35px;
        right: 0px;
    }

    .list-button ul {
        top: 95px;
        position: absolute;
        left: 75px;
        right: 72px;
    }

    header .menu .menu-list {
        width: max-content;
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        padding: 8px 10px;
    }

    header .menu .menu-list li:first-child {
        margin-right: 16px;
        /* border-right: 1px solid #eee; */
        /* padding-right: 6px; */
    }

    header .menu .menu-list li a {
        font-size: 13px;
    }

    .offering ul li img {
        width: 169px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .text-development.first-child,
    .text-development.last-child {
        position: relative;
        margin-left: 0;
    }

    .text-about-part p {
        font-size: 14px;
        line-height: 26px;
    }
}

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

    header .menu .menu-list li a {
        font-size: 10px;
    }

    .menu .menu-list li a {
        font-size: 13px;
        padding: 0;
    }

}

@media screen and (max-width: 480px) {
    .change-language {
        margin-left: 5px;
    }

    .change-language a svg {
        width: 18px;
    }

    .main-agent-section img.main-img {
        display: block;
        margin: 0 auto;
        /* width: 323px; */
        /* height: 147px; */
        object-fit: cover;
    }

    .site-properties img {
        width: 100%;
        height: 481px;
        object-fit: cover;
    }
}

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

    .mobile-agent-part {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 273px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .main-agent-section h3 {
          font-size: 24px;
          line-height: 33px;
    }

    .main-section .text-part h2 {
        font-size: 36px;
        line-height: 47px;
    }
}

@media screen and (max-width: 569px) {
    .main-section .text-part h2 {
        font-size: 30px;
        line-height: 41px;
    }
}
