
.mainTitle{
    font-size: 9.4rem;
}
.sub_description.manageDescription{
    margin-top: 3rem;
}
.sub_description.manageDescription li{
    font-style: normal;
}
#overviewSection .intro .text.nocenter{
    justify-content: start;
    padding-top: 4rem;
}
.row.intro .payoffTitle{
    font-size: 4rem;
    line-height: 4.8rem;
}
#overviewSection .sub-intro{
    padding-top: 4rem;
}

@media only screen and (max-width: 992px) {
    .breadcrumbs > a{
        display: none;
    }
    .breadcrumbs > a.back-link-breadcrumbs{
        display: flex;
    }
    #overviewSection .sub-intro{
        padding-top: 2rem;
    }
}