.change_pictures-main {
    background-color: #ffffff!important;
}

.about-club__tour--center {
    display: block !important;
    text-align: center !important;
    margin: 6rem auto calc(1.5rem + 65px) !important;
}

.mobile .about-club__tour--center {
    width: calc(100% - 4.8rem) !important;
    margin-top: 3.4rem !important;
}

.change_inner {
    padding-top: 2rem !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-club__tour--center {
        margin: 6rem auto 1px !important;
    }
}

@media (min-width: 1024px) {
    .change {
        min-height: 0 !important;
        padding-bottom: 10rem !important;
    }
    .change_inner {
        padding-bottom: 2rem!important;
        height: auto!important;
    }
    .change_descr {
        margin-top: 20px;
        justify-content: flex-start !important;
    }
    .change_pictures-main {
        height: 39rem !important;
    }
    .change_pictures-center {
        top: 2rem !important;
    }
}