.features_row {
    display: flex;
    gap: 25px;
}

.features_row a {background-color: #ecede7 !important;border-radius: 16px;}

.features_row.first_row a {
    /* width: 50%; */
    height: 500px;
    background-repeat: no-repeat !important;
}

a.feature_element.first {
    background-position: top right !important;
    
    display: flex;
    align-items: end;
    width: 60%;
}

a.feature_element.second {
    background-position: bottom right !important;
    width: 40%;
}

.feature_desc {
    padding: 50px;
    color: #14374B;
    font-size: 38px;
    font-weight: 600;
}

.feature_desc img {
    margin-bottom: 10px;
}

a.feature_element.third {
    width: 40%;
    background-repeat: no-repeat !important;!i;!;
    background-position: top center !important;!i;!;
    background-size: cover !important;!i;!;
    display: flex;
    align-items: end;
}

a.feature_element.forth {
    width: 60%;
    background-position: top right !important;!i;!;
    background-repeat: no-repeat !important;!i;!;
    align-items: flex-end;
    display: flex;
}

.features_row.second_row {
    margin-top: 25px;
}

.features_row.second_row a {
    height: 550px;
}

.feature_rich.container {
    margin-bottom: 80px;
}