#new-reviews-carousel {

    .swiper {

        width: 100%;

        height: 100%;

    }

    .swiper-wrapper {

        -webkit-transition-timing-function: linear !important;

        -o-transition-timing-function: linear !important;

        transition-timing-function: linear !important;

        overflow: visible !important;

        cursor: grab;

    }

    @media only screen and (min-width: 1790px) {

        .swiper-wrapper {

            justify-content: center;

        }

    }

    .swiper-slide {

        padding: 40px 30px 30px 30px;

        width: 360px;

        background-color: #F6F6F9;

        border: 1px solid #CCCBD4;

        border-radius: 10px;

        display: flex;

        min-height: 520px;

        flex-direction: column;

        justify-content: space-between;

    }

    .card-link-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }

    .department{
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 6px 10px 8px 14px;
        background-color: #ffffff;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 10px;
    }

    .swiper-slide img {

        max-width: 80px;

    }
    .stat-card-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .stat-number{
        font-weight: 800;
        font-size: 100px;
        line-height: 140%;
        text-align: center;
    }
    .stat-description{
        font-weight: 400;
        font-size: 24px;
        line-height: 129%;
        text-align: center;
        margin-top: -20px;
    }

    .image-content{

        display: flex;

        margin-top: 20px;
    }

    .content {

        font-family: 'Lato';

        margin-top: 20px;

        margin-bottom: 20px;

        font-size: 18px;

        color: #2A283F;

        line-height: 140%;

    }

    .name {

        font-size: 18px;

        font-weight: 900;

        line-height: 1.3;

        color: #504E6C;

    }

    .name span {

        font-size: 20px;

        font-weight: normal;

        display: block;

        color: #2A283F;

        margin-top: 5px;

    }

    .quantity {

        background: #3A8E56;

        display: flex;

        align-items: center;

        color: white;

        padding: 15px 10px;

        border-radius: 10px;

    }

    .quantity span {

        font-size: 26px;

        font-weight: 700;

        margin-right: 10px;

    }

    .quantity p {

        font-size: 13px;

        margin: 0;

        line-height: 15px;

        width: 100%;

    }

}

.reviews-pagination {



    text-align: center;

    margin-top: 30px;



    .swiper-pagination-bullet {

        background: #B0AEBD;

        opacity: 1;

        width: 16px;

        height: 16px;

        margin: 0px 5px;

        transition: 0.3s all;

    }

    .swiper-pagination-bullet-active {

        background: white !important;

        width: 40px !important;

        border-radius: 10px !important;

    }

}