@media (max-width: 1320px) {
    .container {
        width: 960px;
    }
    .main {
        height: 66vh;
    }
}

@media (max-width: 992px) {
    .container {
        width: 720px;
    }
    .main {
        height: 70vh;
    }
    .logo {
        width: 400px;
    }
    .about_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .services_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_container {
        width: 720px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 540px;
    }
    .logo {
        width: 300px;
    }
    .about_title {
        font-size: 28px;
    }
    .about_subtitle {
        font-size: 15px;
        line-height: 25px;
    }
    .more-text {
        font-size: 15px;
        line-height: 25px;
    }
    .services_title {
        font-size: 28px;
    }
    .gallery_title {
        font-size: 28px;
    }
    .footer_container {
        width: 540px;
    }
}

@media (max-width: 576px) {
    .container {
        width: 320px;
    }
    .content {
        align-items: center;
    }
    .about_text {
        width: 300px;
    }
    .services_card {
        width: 250px;
    }
    .services_subtitle {
        line-height: 20px;
        font-size: 13px;
    }
    .about_img {
        width: 300px;
        height: 200px;
    }
    .footer_container {
        width: 250px;
    }
    .footer_logo {
        width: 120px;
    }
    .footer_icon {
        width: 24px;
        height: 24px;
    }
    .footer_address {
        font-size: 14px;
    }
    .footer_call {
        font-size: 14px;
    }
}