.quotes_holder {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #B8F4FF;
    box-shadow: 1px 1px 0px 0px #242C35;
    padding: 55px;
    box-sizing: border-box;
    width: 1192px;
    margin: auto;
}

.quotes_slider {
    margin-top: 32px;
}

.quotes_slider .slick-track {
    display: flex !important;
}

.quotes_slider .slick-slide {
    height: auto!important;
}

.quotes_slider .slick-slide > div {
    height: 100%;
}

.avatar_slider .avatar {
    width: 74px !important;
}

.avatar_slider .slick-slide, .avatar_slider .slick-slide > div {
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74px !important;
}

.quote {
    height: 100%;
    display: flex;
    align-items: center;
}

/* .avatar_slider .slick-slide {
    width: 100px !important;
} */

.slick-slide.slick-active .avatar {
    width: 42px !important;
    height: 42px !important;
    opacity: .5;
  	transition: all 500ms;
  	-webkit-transition: all 500ms;
}

.slick-slide.slick-current.slick-active .avatar {
    width: 72px !important;
    height: 64px !important;
    opacity: 1 !important;
  transition: all 500ms;
  	-webkit-transition: all 500ms;
}

.slick-slide:not(.slick-active) .avatar {
    width: 40px !important;
    height: 40px !important;
    opacity: .5 !important;
  transition: all 500ms;
  	-webkit-transition: all 500ms;
}

.quote_container {
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.avatar_slider .slick-slide.slick-active:first-child > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 74px !important;
}

/* .slick-slide.slick-active:last-child > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 74px !important;
} */

.slick-track {
    padding: 0px !important;
    margin: 0px !important;
}

.quote_author {
    color: #242C35;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.26px;
    text-transform: uppercase;
    margin-top: 30px;
}

.avatar_slider {
    width: 222px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote {
    color: #242C35;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.28px;
    width: 94%;
    margin-left: 3%;
}

.quote_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1.26px;
    text-transform: uppercase;
  text-align: center;
}

.quotes_slider {
    width: 100%;
    height: auto !important;
}

.avatar {
    border-radius: 72px !important;
    border: 1px solid var(--1px-Stroke, #242C35);
    box-shadow: 1px 1px 0px 0px #242C35;
    background-position: center !important;
    background-size: cover !important;
    width: 72px !important;
    height: 72px !important;
    margin: 5px;
}

.avatar_slider {
    height: auto !important;
}