.slide {
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    flex: 1;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: #C4D435;
    overflow: hidden;
    transition: .5s;
}
.ca-servic-thumb.br-7 {
    height: 500px;
    height: 500px;
    background-color: #f0f0f0;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ca-servic-thumb img {
    border-radius: 7px;
    height: auto;
    object-fit: contain;
    max-height: 100%;
}
.carousel-thumbnails {
    display: flex;
    justify-content: center;
}
.thumbnail-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 5px;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s;
}
.carousel-thumbnails button.active .thumbnail-img {
    border-color: #C4D435;
}