.testimonials {
    background-color: #555;
    max-width: 100vw !important;
}

.testimonials .slider-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.testimonials .slick-slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.testimonials .slick-list {
    height: 100%;
}

.testimonials .slick-track {
    display: flex !important;
    height: 100% !important;
}

.testimonials .slick-track .slick-slide {
    float: left;
    min-height: 1px;
}

.testimonials .item.sl-prev,
.testimonials .item.sl-next {
    opacity: 0.5 !important;
}

.testimonials .item.sl-active {
    opacity: 1 !important;
    z-index: 2 !important;
}

.testimonials .item {
    padding: 3px;
    position: relative;
}

.testimonials .item.slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonials .item .card {
    color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://media-production.lp-cdn.com/media/a355849d-7897-4418-9c5a-e4d532491978);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 50px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.testimonials .in-transition .card {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonials .item.sl-prev .card {
    transform: translateX(calc(100% - 285px));
}

.testimonials .item.sl-next .card {
    transform: translateX(calc(285px - 100%));
}

.testimonials .item .card .top-block {
    z-index: 2;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    text-align: center;
    max-width: 540px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.testimonials .item .card .top-block .userpic {
    background-color: #ccc1a3 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    margin: 0 auto 25px;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    overflow: hidden;
}

.testimonials .item .card .top-block .userpic .userpic-initials {
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    margin: 0;
    display: inline;
}

.testimonials .item .card .top-block .testimonial-text {
    font-weight: 300;
    line-height: 1.6;
}

.testimonials .item .card .btn {
    background: transparent;
    border: 2px solid;
    border-radius: 0 !important;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1.5px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 46px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .2s;
    white-space: nowrap;
}

.testimonials .arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
}

.testimonials .arrows .slick-arrow {
    border-color: #fff;
    margin: 0 13px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    border: 2px solid #fff;
    font-size: 0;
    height: 48px;
    line-height: 0;
    transform: none;
    transition: background-color .3s;
    width: 48px;
    z-index: 10;
}

.testimonials .arrows .slick-arrow:before {
    border-color: #fff !important;
    border-bottom: 2px solid;
    border-left: 2px solid;
    content: "";
    display: block;
    height: 11px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(calc(-50% + 2px), -50%) rotate(45deg) skew(4deg, 4deg);
    width: 11px;
}

.testimonials .arrows .slick-arrow.slick-next:before {
    transform: translate(calc(-50% - 2px), -50%) rotate(-135deg) skew(4deg, 4deg);
}

@media (min-width: 992px) {
    .testimonials .item.sl-prev .card,
    .testimonials .item.sl-next .card {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 20px 0;
    }
}