.title-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 21px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-page-title{
    line-height: 1.25;
    padding: 7px 0;
    letter-spacing: 0.5px;
    font-size: 32px;
    font-weight: 700;
    color: var(--main-text-color);
}


@media(max-width: 767px) {
    .title-section {
        margin-bottom: 20px;
    }
    .main-page-title {
        font-size: 22px;
    }
}
