/*section.title-section {*/
/*    background-color: #0B0C14;*/
/*}*/

section.title-section .content-container {
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.title-section h2 {
 
    font-size: 70px;
    font-weight: 500;
    line-height: 77px;
    letter-spacing: 0.01rem;
    margin-top: 0;
    margin-bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #C9D3EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1130px) {
    section.title-section .content-container {
        padding-inline: 26px;
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 980px) {
    section.title-section h2 {
        font-size: 36px;
        line-height: 38px;
    }
}