.b-pre-text .c-content {
    max-width: 100%;
    margin: auto;
    font-size: 1.8rem
}

.b-pre-text h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.04;
    color: #FFFFFF;
}
.b-pre-text p {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    margin-top: 16px;
}
.block.b-pre-text p {
    color: #fff;
}
.b-pre-text .button-schedule {
    background: #EE0C5D;
    border-radius: 5px;
    padding: 6px 37px;
    margin-top: 16px;
    display: inline-block;
    font-size: 22px;
    text-transform: capitalize;
    box-sizing: border-box;
}


@media only screen and (max-width: 992px) {
    .b-pre-text .c-content {
        font-size: 1.6rem
    }

    .b-pre-text h2 {
        font-size: 35px;
    }

    .b-pre-text p {
        font-size: 28px;
        line-height: 34px;
    }
    .b-pre-text .button-schedule {
        width: 100%;
    }
}

/*# sourceMappingURL=block-pre-text.css.map */
