
.block-results-book {
    position: relative;
    min-height: 406px;
}

.block-results-book:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(239, 203, 187, 0.9);
}

.results_book__text,
.results_book__link {
    position: relative;
    z-index: 1;
}
.results_book__text {
    margin-bottom: 40px !important;
    padding: 115px 0 0 0;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    text-align: center;

    color: #000000;
}

.results_book__link {
    display: flex;
    width: max-content;
    margin: 0 auto;
    padding: 17px 55px;
    background: #2E333C;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.13em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.results_book__link:hover {
    color: #fff;
}