.feature-row {
    display: flex;
    justify-content: space-between;
}

.fivePointZero {
    background-color: #b6c7e9;
    padding-bottom: 3em;
    position: relative;
}

.fivePointZero .container {
    padding-top: 1em;
}

.feature-cell {
    transition: transform .2s;
    /* Animation */
    flex: 1;
    border-radius: 13px;
    /*border: 1px #253454 solid;*/
    padding: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.service-cell {
    transition: transform .2s;
    /* Animation */
    flex: 1;
    border-radius: 10px;
    /*border: 1px #253454 solid;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-cell p {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 600;
    margin-left: 0px;
    font-size: 1.3em;
}

.service-cell img {
    height: 55px;
}

.feature-cell h5 {
    font-size: 25px;
    font-weight: 600;
}

.proBadge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0px 6px;
    background-color: #60c884;
    font-weight: 600;
    color: white;
    border-radius: 6px;
}

.feature-cell img {

    max-height: 100px;
}

@media (hover: none) {

    .feature-cell:hover {
        transform: scale(1.00);
    }
}



.feature-row {
    width: 100%;
}

.feature-cell {
    width: 100%;
}

@media (max-width: 680px) {

    .feature-row {
        width: 100%;
    }

    .feature-cell {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .service-cell {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    .fivePointZero div h1 {
        font-size: 2.1em;
    }

    .fivePointZero div h4 {
        font-size: 1.5em;
    }


    .fivePointZero div {
        padding-top: 0;
    }
}

.service-container {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;


    flex-direction: row;
    max-width: 100% !important;
}


.feature-container {
    flex-direction: column;
}

.service-row {
    width: 33.3333%;
    margin-right: 0rem;
}

.service-cell>p {
    text-align: center;
}

@media (min-width: 800px) {

    .service-row {
        width: 25%;
    }

}

@media (min-width: 920px) {


    .feature-container {
        flex-direction: row;
    }



    .feature-row {
        min-width: 33.3%;
        margin-right: 0rem;
    }

    .service-row {
        width: calc(100% / 6);
        margin-right: 0rem;
    }

    #first-row {
        /* margin-right: 3rem !important; */
    }

    .feature-cell {
        width: 100%;
        margin-left: 0 !important;
    }

}