.title-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e3e2e0;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-page-title{
    line-height: 1.25;
    padding: 7px 0;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}


@media(max-width: 767px) {
    .title-section {
        margin-bottom: 20px;
    }
}
