.row{
    display: flex;
}

.col-6{
    flex: 50%;
}

.service-item{
    cursor: pointer;
}
.service-active image{
    opacity: 1;
    transition: all ease .75s;
}