.services-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--blue);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .4fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding: 39px 52px;
    display: flex
;
    position: relative;
    overflow: hidden;
}
.services-bottom.with-photo {     background-image: url(/wp-content/uploads/2026/01/Rectangle-9.png);     background-position: 0 0, 50%;     background-repeat: no-repeat;     background-size: cover; }
.cta-center > .wp-block-group__inner-container {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex
;
    position: relative;
}
.features-title.biger.more {
    font-size: 52px;
	line-height: 57px;
	max-width: 603px;
	margin-bottom: 15px;
}

.features-title.biger {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
}
.features-title {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.big-line-below {
    border-bottom: 4px solid var(--blue);
    padding-bottom: 2px;
    display: inline-block;
}
.margin-20px {
    margin-top: 20px;
}
.subhead {
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
.white {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .cta-center > .wp-block-group__inner-container {
        text-align: center;
        flex-flow: column;
    }
    .big-line-below {
        padding-bottom: 0;
    }
    .lines.second {
        right: 228px;
    }
}
@media screen and (max-width: 767px) {
    .features-title.biger.more {
        font-size: 50px;
    }
    .lines.second {
        top: -129px;
        right: 153px;
    }
}
@media screen and (max-width: 479px) {
    .features-title.biger.more {
        font-size: 40px;
    }
    .button-arrow-link {
        align-self: stretch;
        padding-left: 30px;
        padding-right: 25px;
    }
    .label-button {
        font-size: 15px;
    }
    .lines.second {
        top: -35px;
        right: 93px;
    }
}