
.solutions-insights__title h2 {
    text-align: center;
}

.solutions-title h2, .solutions-title h1{
    font-size: 56px;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 900;
    color: #1a203c;
}


.solutions-title-white h1{
    color: #ffffff;
}

.solutions-saving-title h2{
    font-size: 24px;
    font-weight: 900;
    line-height: 0.83;
    padding-bottom: 0;
    margin-bottom: 7px;
}

.overview__first-banner__title h1{
    background-image: linear-gradient(
            250deg
            , #1ea6f8 0%, #8c44e7 120%);
    font-size: 56px;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 21px;
}

.overview__first-banner__title h1 {
    line-height: 1.07;
    padding: 0;
    margin: 0;
    list-style: none;
}
.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px){
    .solutions-title, .solutions__first-banner__title h1, .solutions__first-banner__title h2 , .overview__first-banner__title h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1299px){
    .solutions-title, .solutions__first-banner__title h1 , .solutions__first-banner__title h2, .overview__first-banner__title h1  {
        font-size: 46px;
    }
}

.solutions-title h1,  .solutions__first-banner__title h1, .overview__first-banner__title h1  {
     line-height: 1;
}

@media screen and (max-width: 575px){
    .solutions-title, .solutions__first-banner__title h1, .solutions__first-banner__title h2, .overview__first-banner__title h1 {
        font-size: 32px;
    }
}







