.credifas-testimonial-card {
    width: 306px;
    height: 317px;
    padding: 26px 17px 20px 26px;
    border: 1px solid #e6e9ef;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex: 0 0 306px;
    flex-direction: column;
    scroll-snap-align: start;
}

.credifas-testimonial-card__avatar {
    display: block;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    object-fit: cover;
}

.credifas-testimonial-card__text {
    width: 263px;
    margin: 26px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.credifas-testimonial-card__author {
    margin-top: auto;
    margin-right: 9px;
    padding-top: 9px;
    border-top: 1px solid #e6e9ef;
    display: flex;
    flex-direction: column;
}

.credifas-testimonial-card__name {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.credifas-testimonial-card__age {
    margin-top: 4px;
    color: #4c5557;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
