@media (min-width: 1200px) {
    .px-xl-5 {
        padding: 1rem !important;
    }
}

#section-features .row>* {
    padding: 0 !important;
}



#section-features .row>*:nth-of-type(1) {
    background-color: #ABF8AF;
}

#section-features .row>*:nth-of-type(2) {
    background-color: #68E3F9;
}

#section-features .row>*:nth-of-type(3) {
    background-color: #A7A5F9;
}

#section-features .row>*:nth-of-type(4) {
    background-color: #FCDB63;
}


#section-features.pastel .row>*:nth-of-type(1) {
    background-color: #c38f70ff;
}

#section-features.pastel .row>*:nth-of-type(2) {
    background-color: #e2d4bfff;
}

#section-features.pastel .row>*:nth-of-type(3) {
    background-color: #dcae6aff;
}

#section-features.pastel .row>*:nth-of-type(4) {
    background-color: #c9c68bff;
}


#section-features .plan-list li {
    color: black;
}


.team-card .team-overlay.title {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
    background: none;
}

.team-card:hover .team-overlay.title {
    display: none;
    visibility: hidden;
}

.team-card .team-overlay,
.team-card:hover .team-overlay {
    padding: 1rem !important;
}

@media (max-width: 768px) {
    .grid-with-image .mb-md-3 {
        margin-bottom: 1rem !important;
    }
}