:root {
    --bg: #f5f5f5;
    --text: #3b3b3b;
}

.slick-track {
    display: flex !important;
    align-items: center !important;
}

.testimonial__area {
    background: #fff;
    padding: 50px 0;
    padding-top: 20px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.testimonial__card {
    position: relative;
    background: #f5f5f5;
    padding: 60px 0 30px 0px;
    border-radius: 40px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 48px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.customer__quotes {
    /*font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320)));*/
    /*line-height: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));*/
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    line-height: 1.2;
    max-width: 820px;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.customer__quotes::before {
    content: '"';
    position: absolute;
    top: -22px;
    left: 20px;
    font-size: 4rem;
    color: var(--text-color);
    opacity: 0.2;
    font-family: Georgia, serif;
}

.customer__avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    top: -48px;
    border: 4px solid var(--text-color);
}

.customer__name {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 32px;
    color: var(--text-color);
}


.customer__role {
    color: #777;
}

.btn__group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.multiple-items .slick-prev {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 10px !important;
    z-index: 11;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

}

.multiple-items .slick-next:before {
    font-size: 24px;
    color: #000;
    line-height: 2.2;
}

.multiple-items .slick-prev:before {
    font-size: 24px;
    color: #2a2929;
    line-height: 2.28;
}

.multiple-items .slick-next {
    right: 10px !important;
    background: transparent;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-top: 20px;
}

@media screen and (max-width:575px) {

    .multiple-items .slick-prev,
    .multiple-items .slick-next {
        width: 35px;
        height: 35px;
    }

    .multiple-items .slick-prev:before,
    .multiple-items .slick-next:before {
        font-size: 20px;
        line-height: 1.8;
    }
}