#simple {
    background: var(--Background-linear-gradient-white-to-blue-180);
}
#features h2 {
    width: 64rem;
}
@media screen and (max-width: 639px) {
    #features h2 {
        width: 100%;
    }
    #features .features .feature__container:last-child {
        padding: 2rem 0 3.5rem 0;
    }
}
