.vets {
    margin-top: 16px;
}

.vets__slider {
    overflow: hidden;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
}

.vets__item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    margin-right: 20px;
    padding-top: 30px;
}

.vets__item:last-child {
    margin-right: 0;
}

.vets__item-quote-icon {
    position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.vets__item-image {
    width: 100%;
}

.vets__item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
    background: rgba(64, 100, 165, 0.20);
}

.vets__item-quote {
    font-size: 17px;
    line-height: 1.315789473684211;
    hyphens: auto;
    word-break: break-word;
    font-weight: 700;
}

.vets__item-quote p {
    line-height: inherit;
}

.vets__item-author-position {
    margin-top: auto;
    padding-top: 24px;
    font-size: 13px;
    line-height: 1.307692307692308;
}

.vets__item-author-name {
    margin-top: 10px;
    font-weight: 700;
    font-size: 15px;
}

.vets__slider-pagination .swiper-pagination-bullet {
    background-color: #000;
    opacity: .5;
    width: 10px;
    height: 10px;
}

.vets__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@media only screen and (min-width: 640px) {
    .vets__item {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 768px) {
    .vets {
        margin-top: 20px;
    }

    .vets__item {
        width: calc(33.333333% - (40px / 3));
    }
}

@media only screen and (min-width: 1024px) {
    .vets__item {
        padding-top: 38px;
    }

    .vets__item-quote-icon {
        top: 0;
        right: 15px;
        width: 60px;
        height: 60px;
    }

    .vets__item-content {
        padding: 32px 24px 24px;
    }

    .vets__item-quote {
        font-size: 19px;
    }
}