.block-content {
    padding-bottom: 60px;
}

.rent-content {
    min-height: 320px;
}

.rent-content h6 {
    margin: 45px 0 4px;
}

.rent-content p {
    margin: 0;
}

section.section-small-pad {
    padding: 15px 0;
}

section.section-middle-pad {
    padding: 30px 0;
}

section.perex {
    padding: 60px 0 15px;
}

section.perex p.perex {
    font-family: Tyrs;
    font-size: 1.6em;
    text-align: center;
    color: inherit;
    line-height: 1.2;
    padding: 0 50px;
    margin: 0;
}

.title-banner h3 {
    padding-bottom: 0.6em;
    line-height: 1em;
}

.iframe-section {
    margin-top: 40px;
}

.iframe-section .border-divider {
    top: 0;
}

.iframe-section .border-divider+.container {
    padding-top: 44px;
}

.iframe-section span.text-center {
    display: block;
    margin-top: 36px;
}

.for-rent-box .contact-box__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .iframe-section iframe {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .iframe-section iframe {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .iframe-section iframe {
        height: 320px;
    }
}