.appSection .titleContainer h2 {
    font-size: 46px;
    line-height: 140%;
    color: #1F1F1F;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.implementStepsSection .titleContainer h2 {
    font-size: 46px;
    line-height: 140%;
    color: #1F1F1F;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.backSection .titleContainer h2 {
    font-size: 46px;
    line-height: 140%;
    color: #1F1F1F;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

@media (max-width: 1253px) {
    .appSection .titleContainer h2 {
        font-size: 40px;
        line-height: 130%;
    }
    .implementStepsSection .titleContainer h2 {
        font-size: 40px;
        line-height: 130%;
    }
    .backSection .titleContainer h2 {
        font-size: 40px;
        line-height: 130%;
    }
}

@media (max-width: 767px) {
    .appSection .titleContainer h2 {
        font-size: 22px;
        line-height: 140%;
    }
    .implementStepsSection .titleContainer h2 {
        font-size: 22px;
        line-height: 140%;
    }
    .backSection .titleContainer h2 {
        font-size: 22px;
        line-height: 140%;
    }
}

@media (max-width: 1253px) {
    .achievementsSection .titleContainer h2 {
        font-size: 50px!important;
    }

    .projectsSection .sectionTitle h2 {
        font-size: 50px!important;
    }

    .newsSection .titleContainer h2 {
        font-size: 50px!important;
    }
}

@media (max-width: 767px) {
    .achievementsSection .titleContainer h2 {
        font-size: 36px!important;
    }

    .projectsSection .sectionTitle h2 {
        font-size: 32px!important;
    }

    .newsSection .titleContainer h2 {
        font-size: 32px!important;
    }
}

.projectsSection .sectionTitle .subtitle+h2 {
    margin-top: 30px;
}

.projectsSection .sectionTitle h2 {
    display: block;
    font-size: 60px;
    line-height: 130%;
    color: #1F1F1F;
    font-weight: 700;

    letter-spacing: normal;
    text-transform: none;
}

.achievementsSection .subtitle+h2 {
    margin-top: 30px;
}

.achievementsSection .titleContainer h2 {
    display: table;
    font-size: 80px;
    line-height: 130%;
    color: #1F1F1F;
    font-weight: 300;
    text-align: right;

    letter-spacing: normal;
    text-transform: none;
}

.newsSection .titleContainer h2 {
    display: block;
    font-size: 60px;
    line-height: 130%;
    color: #1F1F1F;
    font-weight: 700;

    letter-spacing: normal;
    text-transform: none;
}
