@media (max-width:1200px) {
    main .section-1 {
        height: initial !important;
        margin-bottom: 1rem;
    }
    .section-1 .gap-20 {
        gap:15px !important;
    }
    .who-we-are-desc .w-85 {
        width: 100% !important;
    }
    .section-2-right {
        padding: 0 !important;
    }
    body > main > div.section-2 > div > div {
        display: grid;
        justify-items: center;
    }
    .who-we-are-desc.w-85 {
        width: 100% !important;
    }
    body > main > div.section-2 > div > div > div.col-lg-6.section-2-right.xxl\:mt-15.xl\:mt-15.lg\:mt-15.position-relative.ps-20.md\:mt-10.sm\:mt-10.xs\:mt-10 {
        text-align: center;
    }
    body > main > div.section-2 > div > div > div.col-lg-6.section-2-right.xxl\:mt-15.xl\:mt-15.lg\:mt-15.position-relative.ps-20.md\:mt-10.sm\:mt-10.xs\:mt-10 > div.w-100.text-center.read-more-button > div {
        justify-content: center;
    }
    .why-company-text {
        text-align: center;
    }
    .why-company-div:before {
        content: "NEDEN";
        position: absolute;
        top: -5rem;
        bottom: 0;
        left: 0;
        font-size: 120px;
        opacity: 7%;
        font-weight: 800;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .section-2-left {
        display: none;
    }
    iframe#map-canvas {
        width: 100%;
    }
    .service-div:before {
        content: "" !important;
    }
    .blog-div:before {
        content: "" !important;
    }
    .why-company-div:before {
        content: "";
    }
    .service-text {
        text-align: center;
    }
    .form-main {
        margin-bottom: 1rem;
    }
    button.btn-close {
        filter: invert(54);
    }
    .eczane {
        position: relative;
        z-index: 9999;
    }
    .modal-dialog {
        display: grid !important;
        align-items: center;
        justify-content: center;
        margin: auto;
        height: 850px;
    }
}
@media (max-width: 992px) {
    img.header-logo {
        width: 50% !important;
    }
    .not-calculated {
        display: none;
    }
    header .services-button {
        width:50px !important;
        height:50px !important;
        padding:0 !important;
    }
}