

/* Start:/local/templates/main/assets/bx-styles/service-banner.css?17537864271238*/
.service__banner {
    position: relative;
    margin-bottom: 3rem
}

.service__banner img,
.service__banner picture {
    border-radius: 3rem
}

.service__banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 51rem;
    padding-left: 5rem;
    color: #fff
}

.service__banner-title {
    margin: 0 0 2rem;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 5.4rem;
}

.service__banner-text {
    font-size: 2rem;
    font-weight: 500;
}

.service__banner-buttons {
    margin-top: 1rem;
}

.service__banner-button {
    cursor: pointer;
    font-size: 2.6rem;
    padding: 1rem 2rem;
    height: auto;
}

@media (max-width:48em) {
    .service__banner {
        margin-bottom: 4rem
    }

    .service__banner img,
    .service__banner picture {
        border-radius: 3.2rem
    }

    .service__banner-content {
        max-width: 100%;
        position: static;
        margin-top: 3.2rem;
        padding-left: 0;
        color: #272727
    }

    .service__banner-title {
        font-size: 4.4rem;
        line-height: 5.4rem;
    }
}
/* End */
/* /local/templates/main/assets/bx-styles/service-banner.css?17537864271238 */
