.title-section-section {
    display: block;
}

.title-section__title {
    margin-block: 0;
}

.title-section__subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.title-section__title,
.title-section__subtitle {
    line-height: normal;
    letter-spacing: initial;
}
@media screen and (max-width:767px) {
    .title-section__subtitle{
        margin-top: 5px;
    }
}