/* Local overrides */

@media only screen and (max-width: 390px) {
    .section-index-section .index-group:first-of-type {
        width: calc(83% - 4px);
        padding-inline-end: calc(12% + 80px);
    }
}