/**
START SHORTCODE
*/
.block-results-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 43px;
}

.block-results-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 147px;
    background: #E2B29A;
    z-index: -1;
}

.block-results-header .heading {
    padding: 134px 110px ;
}

.block-results-header .thumbnail {
    justify-content: flex-end;
    display: flex;
}

.block-results-header > div {
    max-width: 50%;
    width: 50%;
}

.results_header__title {
    margin-bottom: 0 !important;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 134.19%;
    /* or 64px */
    color: #E2B29A;
}

.results_header__subtitle {
    margin-bottom: 0 !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 123.19%;
    /* identical to box height, or 89px */

    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2E333C;
}



@media (max-width: 991px) {
    .block-technical-header {
        flex-direction: column;
    }

    .title__block {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .block-technical-header .heading {
        padding: 30px 0;
    }

    .technical_header__subtitle {
        font-size: 30px;
    }

    .block-technical-header .thumbnail {
        width: 100%;
        min-width: 100%;
    }

    .wp-block-contact-form-7-contact-form-selector {
        padding: 30px;
    }

    .block-offices {
        padding: 30px 0 0;
    }
}