.business-section {
    padding: 155px 0 100px;
}

.left-auto-col {
    flex: 1 0 0;
    width: auto;
    padding-left: 0;
}

.right-fix-col {
    width: 53%;
}

.business-section .img-block {
    padding-right: 60px;
}

.business-section .img-block img {
    width: 100%;
    height: auto;
}

.business-section .section-line-title {
    font-size: 60px;
    color: #F7921E;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.business-section .thrive-content {
    margin-left: 60px;
}

.business-section .thrive-content p {
    color: #58595B;
}

.city-block {
    padding: 0 0 98px;
}

.city-block .section-line-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #1272A6;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.city-block .profession-content {
    margin-bottom: 35px;
}

.city-block .profession-content p {
    color: #58595B;
}

.city-block [class*="col-"]:not(:last-child) {
    padding-bottom: 24px;
}

.city-wrap {
    position: relative;
}

.city-wrap.left-space {
    margin-left: 100px;
}

.city-wrap.left-space+.city-wrap.left-space {
    margin-top: 50px;
}

.city-wrap.blue .overlay-wrap {
    background: rgba(18, 114, 166, 0.6);
}

.city-wrap.blue img {
    height: 306px;
    object-fit: cover;
}

.city-wrap img {
    width: 100%;
    height: auto;
}

.overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    padding: 25px;
}

.overlay-wrap a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-family: 'Roboto Black';
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.left-space .overlay-wrap {
    padding: 45px;
    background: radial-gradient(73.65% 438.36% at 0% 1.76%, rgb(0 0 0 / 50%) 0%, rgba(0, 0, 0, 0) 100%);
}

.overlay-wrap a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.overlay-wrap a:hover {
    color: #F7921E;
}

.partners-section {
    padding: 100px 0 140px;
}

@media screen and (min-width: 992px) {
    .business-section .right-fix-col {
        max-width: 880px;
    }
}

@media screen and (max-width: 1800px) {
    .business-section .section-line-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1599px) {
    .business-section .img-block {
        padding-right: 40px;
    }

    .business-section .thrive-content {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .partners-section {
        padding: 100px 0;
    }

    .business-section {
        padding: 100px 0;
    }

    .city-block {
        padding: 0 0 90px;
    }
}

@media screen and (max-width: 1399px) {
    .business-section .section-line-title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .city-block .section-line-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .overlay-wrap a {
        font-size: 25px;
        line-height: 35px;
    }

    .left-space .overlay-wrap {
        padding: 25px;
    }

    .city-wrap.blue img {
        height: 250px;
    }
}

@media screen and (max-width: 1280px) {
    .city-wrap.left-space {
        margin-left: 0;
    }

    .business-section .img-block {
        padding-right: 0;
    }

    .business-section .thrive-content {
        margin-left: 0;
    }

    .business-section {
        padding: 130px 0 100px;
    }
}

@media screen and (max-width: 1199px) {
    .city-wrap.blue img {
        height: 200px;
    }

    .city-block {
        padding: 0 0 80px;
    }

    .business-section {
        padding: 140px 0 100px;
    }
}

@media screen and (max-width: 1024px) {
    .business-section {
        padding: 75px 0 60px;
    }

    .partners-section {
        padding: 75px 0 55px;
    }

    .city-block+.city-block {
        padding: 0 0 55px;
    }
}

@media screen and (max-width: 991px) {
    .overlay-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .left-auto-col {
        width: 100%;
        padding-left: 12px;
        margin-bottom: 45px;
    }

    .right-fix-col {
        width: 100%;
    }

    .overlay-wrap a {
        font-size: 20px;
        line-height: 30px;
    }

    .overlay-wrap {
        padding: 15px;
    }

    .business-section .section-line-title {
        font-size: 35px;
    }

    .city-wrap.left-space+.city-wrap.left-space {
        margin-top: 40px;
    }

    .business-section {
        padding: 80px 0 60px;
    }

    .partners-section {
        padding: 75px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .partners-section {
        padding: 45px 0 10px;
    }

    .city-block .section-line-title {
        font-size: 30px;
    }

    .left-space .overlay-wrap {
        background: rgba(18, 114, 166, 0.5);
    }

    .left-auto-col {
        margin-bottom: 0;
    }

    .city-block+.city-block {
        padding: 0 0 20px;
    }

    .city-block [class*="col-"]:not(:last-child) {
        padding-bottom: 20px;
    }

    .business-section {
        padding: 45px 0 25px;
    }

    .city-block {
        padding: 0 0 45px;
    }

    .city-block .profession-content {
        margin-bottom: 30px;
    }
}