.big-title-v1{
    font-family: 'raleway-regular';
    text-transform: uppercase;
    font-weight: 600;
}

.full-text-v1{
    font-family: 'raleway-regular';
    text-transform: uppercase;
    font-weight: 600;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .pl-20{
        padding-left:5rem;
      }

    .big-title-v1{
        font-size: 8rem;
    }
    
    .slide-img-container{
        width: 64%;
        right: -10vw;
        min-height: 540px;
    }
    
    .slick-slide img {
        width: 60% !important;
        top: 15vh;
        left: 5vw;
    }
    
    .custom-product-description{
        margin-top: 16px;
        font-size: 1.8rem;
    }
    
    .hover-img-1{
        width: 50%;
        height: 420px;
        right: 4vw;
    }
    
    .bloc-big-image{
        object-fit: cover;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .custom-product-description{
        margin-top: 16px;
    }

    .px-20{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .custom-product-description{
        margin-top: 16px;
    }

    .px-20{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}