.th_view_full_car a.btn.btn-default {
    height: 48px;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.24);
    background: #E95712;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
    text-transform: none;
}

.th_title_block h4 {
    font-family: Rubik;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: center;
    color: #203754;
}

@media (max-width: 991px) {
    .th_title_block h4 {
        font-size: 28px;
        line-height: 33.6px;
    }
}
