.block_customer_reviews {
    padding: clamp(16px, 0.0462rem + 4.016vw, 65px);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.block_customer_reviews .text-wrapper {
    width: 100%;
}


.block_customer_reviews .text-wrapper .title {
    font-size: clamp(24px, 0.79914rem + 2.951vw, 60px);
    margin-bottom: 30px;
    color: #4C4766;
    font-family:'Playfair Display', serif;
    font-weight: 700;
}

.block_customer_reviews .text-wrapper .subtitle {
    font-size: clamp(10px, 0.4692rem + 0.656vw, 18px);
    color: #4C4766;
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 1rem;
    padding: 0px;

}

.block_customer_reviews .text-wrapper img {
    position: absolute;
    top: -30px;
    right: 150px;
}

.block_customer_reviews .block-swiper-customer_reviews {
    overflow: hidden;
    width: 80%;
    padding: 100px 0px 55px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.block_customer_reviews .block-swiper-customer_reviews .swiper_description {
    font-size: clamp(10px, 0.5471rem + 0.328vw, 14px);
    font-weight: 400;
    line-height: 170%;
    padding-bottom: 5px;
    color: #4C4766;
}

.block_customer_reviews .block-swiper-customer_reviews .swiper_description::before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/cytat.svg);
    width: 80px;
    height: 60px;
    display: block;
    z-index: 999;
    position: absolute;
    top: -40px;
    background-repeat: no-repeat;
} 


.block_customer_reviews .block-swiper-customer_reviews .swiper_author {
    font-size: clamp(15px, 0.84013rem + 0.41vw, 20px);
    color: #D45F3B;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 10px;
}




.block_customer_reviews .block-swiper-customer_reviews .swiper_link {
    font-family:'Playfair Display', serif;
    font-size: 12px;
    color: #463F67;
    text-transform: lowercase;
    display: block;
    min-height: 38px;
    line-height: 150%;
}

.block_customer_reviews .block-swiper-customer_reviews .swiper_link:first-letter {
    text-transform: uppercase !important;
}


.block_customer_reviews .block-swiper-customer_reviews img {
    margin-left: -2px;
    
}

.block_customer_reviews .block-swiper-customer_reviews .swiper-button-next, .block_customer_reviews .block-swiper-customer_reviews .swiper-button-prev {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 55%;
    border-radius: 50%;
    background-color:#F9DCD3;
}


.block_customer_reviews .block-swiper-customer_reviews .swiper-button-next {
    right: 3%;
}

.block_customer_reviews .block-swiper-customer_reviews .swiper-button-prev {
    left: 3%;
}


.block_customer_reviews .block-swiper-customer_reviews .swiper-button-next::after {
    content: "\e5c8";
    font-family: "Material Symbols Outlined";
    font-size: 16px;
    color: #616161;
}

.block_customer_reviews .block-swiper-customer_reviews .swiper-button-prev::after {
    content: "\e5c4";
    font-family: "Material Symbols Outlined";
    font-size: 16px;
    color: #616161;
}

.block_customer_reviews .block-swiper-customer_reviews .swiper-pagination span.swiper-pagination-bullet {
    border-radius: 4px;
    width: 17px;
    height: 17px;
    background-color: #463f67;
    opacity: 1;
}

.block_customer_reviews .block-swiper-customer_reviews .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #D45F3B;
}





/* Mobile */
@media screen and (min-width: 300px) and (max-width: 519px) { 
    .block_customer_reviews .block-swiper-customer_reviews .swiper-button-next, .block_customer_reviews .block-swiper-customer_reviews .swiper-button-prev {
        width: 28px;
        height: 28px;
    }
    .block_customer_reviews .block-swiper-customer_reviews {
        padding: 50px 0px;
    }
    

}

  /* Tablet */
  @media screen and (min-width: 520px) and (max-width: 1399px) {
    .block_customer_reviews .block-swiper-customer_reviews {
        padding: 50px 0px;
    }
  }

