.card-product__title {
    padding: 0 15px;
}
.product-section__text a{
    white-space: nowrap;
}
.product-section__text.comp-with{
    margin-top: 1.6875rem;
    max-width: 100%;
}
.banner-questions {
    z-index: 3;
}
.footer {
    position: relative;
    z-index: 4;
}
.slider-tour {
    position: relative;
    z-index: 4;
}

@media (min-width: 768px) {
    .img-links__content{
        bottom: 3.125rem;
    }
    .banner-videos__video:hover::after {
        opacity: 1;
    }
    .banner-videos__video::after {
        transition: opacity .3s ease-in-out;
        opacity: 0;
    }
}
