.specifications__title h2, .specifications__title .h2__title{
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .specifications__title h2, .specifications__title .h2__title{
      font-size: 40px;
    }
}
@media (min-width: 1450px) {
    .specifications__title h2, .specifications__title .h2__title{
      font-size: 60px;
    }
}
.specifications_light-gray .specifications__title h2, .specifications_light-gray .specifications__title .h2__title{
    color: #30363a;
}

.specifications__title_cnt{
    font-size: 14px;
    color: #c78e66;
    padding: 8px 12px;
    border: 1px solid #c78e66;
    text-wrap: nowrap;
}
.specifications__title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media (max-width: 1025px){
    .specifications__title{
        flex-direction: column;
        align-items: center;
    }
    .specifications__title_cnt{
        margin-top: 10px;
    }
}