.recontruction-stretching {
    height: 180px;
    margin-top: 20px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    text-transform: uppercase;
    border-radius: 2px;
    position: relative;
    background-size: cover;
    background-position: top;
    padding: 45px 30px;
    background-repeat: no-repeat;
    display: block;
    background-image: url(https://tophotels.ru/csstx/images/th/rec-bg1.png);
}

.recontruction-stretching__txt {
    font-size: 14px;
}

.recontruction-stretching__ttl span {
    font-size: 53px;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.recontruction-stretching__ttl {
    font-size: 39px;
    font-weight: bold;
    font-family: 'Caveat', cursive;
    color: #e03a3a;
    line-height: 34px;
    margin-bottom: 28px;
}

/* font */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url('https://tophotels.ru/csstx/fonts/Caveat/Caveat-Bold.ttf');
}

@media screen and (max-width: 1023px) {
    .recontruction-stretching {
        display: none;
    }
}
