.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}
.row .col-lg-4:last-child .services-group::before {
    display: none;
}

