.goFeatureSection {
    background: #fef7f2;
}

.goFeatureSection .content_container {
    justify-content: space-between;
}

.go_grid_header {
    max-width: 640px;
}

.go_grid_header>p {
    margin-top: 16px;
    margin-bottom: 0;
}
    
.go_feature_grid_static {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    padding: 40px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    min-height: 244px;
    background-color: var(--minuba-secondary-regular);
}

.go_feature_grid_static:hover {
    background-color: var(--minuba-secondary-hover);
}

.go_feature_grid_static>h3,
.go_feature_grid_static .card_arrow svg,
.go_feature_grid_static:hover .card_arrow svg {
    color: var(--minuba-white);
    margin: 0;
}

@media screen and (min-width: 768px) {
    .go_feature_grid_static.two_tiles,
    .go_feature_grid_static.four_tiles {
        grid-column: span 2;
    }
}

@media screen and (min-width: 1150px) {
    .go_feature_grid_static.three_tiles {
        grid-column: span 3;
    }
}