.swiper-slide{
    margin-top: 0px;
}
.swiper-slide .text {
    z-index: 999;
    position: relative;
    font-family: "Segoe Print V1";
    margin-top: 4em;
    margin-left: 1em;
}

.swiper-slide .text .text-muted{
    color:#FFFFFF !important;
}

.swiper-container {
    height: 25em;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #ff5da5;
}

.titleProduct{
    font-family: "Segoe Print V1";
    margin-top: 1em;
}

.description{
    font-family: 'Montserrat', sans-serif;
    margin-top: 2em;
    font-size: larger;
}
.nameProducts{
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-align: left;
    width: 50%;
    position: relative;
    margin-left: 6em;
}
.contentColor{
    position: absolute;
    top: -40px;
}

.productContainer{
    height: 4em;
    display: block;
    position: relative;
}
@media (max-width: 991px) {
    .description{
        font-family: 'Montserrat', sans-serif;
        margin: 2em 0;
        font-size:smaller;
    }
}