.richtext_sect_solutions {
    color: #475467;
    background-position: center top;
    background-image: url(../../img/richtext-sect/bg.png);
    background-size: 90em;
    background-color: #F9FAFB;
    padding: 3em 0;
}
.richtext_sect_solutions .richtext h1 {
    text-transform: uppercase;
    font-size: 2em;
    margin: 1em 0;
}
.richtext_sect_solutions .richtext h1:first-child {
    margin-top: 0;
}
.richtext_sect_solutions .richtext h2 {
    font-size: 2em;
}
.richtext_sect_solutions .richtext img {
    box-shadow: 0 0.5em 0.5em -0.25em rgba(16, 24, 40, 0.03), 0 1.25em 1.5em -0.25em rgba(16, 24, 40, 0.08);
    border-radius: 1em;
}