@media(max-width: 1023px) {
    .bg-img {
        background-position: top left 30%;
    }
    
    .about-cards__blocks {
        display: block !important;
    }

    .about-cards__blocks > div {
        padding: 30px 10px;
    }

    .about-cards__blocks img {
        height: 0;
    }
    
    .section-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width: 767px) {
    .logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
    }

    .header__contact > * {
        margin-bottom: 15px;
    }

    .header__contact {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }

    .header__contact_city img,
    .header__contact_city h2 {
        display: none;
    }

    .about__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .callback-form input[type=tel] {
        width: 250px;
        margin: 10px;
        border-radius: 5px;
    }

    .custom-button {
        /* width: 250px;
        margin: 10px;
        border-radius: 5px; */
    }
}