.services .container .row .col-md-6 {
    background-color: #00a2d3;
    border: 10px solid white;
    color: white;
    padding-right: 0;
    padding-left: 0;
}

.services .container .row .col-md-6 h4 {
    color: white;
}

.services .container .row .col-md-6:hover {
    background-color: rgb(133, 186, 161);
    transition: 0.3s;
}

.services .container .row .col-md-6 a {
    margin: 0;
    width: auto;
    color: white;
}

.services .container .row .col-md-6 a:hover {
    color: white;
    text-decoration: none;
}

.services .container .row .col-md-6 .icon-box {
    width: auto;
    height: auto;
    padding: 10px;
}