.home-feature-container {
    padding: 37px 0;
}

.home-feature {
    position: relative;
    background-color: var(--color-1);
}

.home-feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-feature .grid.wide {
    position: relative;
    max-width: 1351px;
}

/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-feature-container {
        padding: 28px 0;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
}
