.have-ul ul,
ul.ul-flex {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 23px;
}
.services:nth-child(even) .flex{
        flex-direction: row-reverse;
}
.services:nth-child(even){
            background-color: #E6EEF6;
}
.have-ul ul li,
.ul-flex li {
    width: 48%;
}
.have-ul ul li:before,
.ul-flex li:before {
    font-family: "icons";
    content: "\6a";
    color: #f49300;
    margin-left: 10px;
}
.service-box {
    text-align: center;
}
.service-box h3 a {
    display: inline-block;
    background-color: #fff;
    padding: 8px 40px;
    color: #0b687d;
    border-radius: 15px;
    text-decoration: none;
}

@media (min-width: 992px) {
    .services-box {
        width: 28%;
    }
    .services-box:nth-child(even) {
        margin-top: 0;
    }

}
