p {
    color: #4E4E4E;
    font-size: 14px;
    line-height: 24px;
    font-family: Ubuntu;
    font-weight: 400;
}

h2 {
    color: #4E4E4E;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.reference-description {
    margin-top: 80px;
}

.reference-description__block:not(:last-child) {
    margin-bottom: 60px;
}

.quote-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quote-block__image {
    max-width: 270px;
    height: auto;
    flex-shrink: 0;
}

.quote-block__image img {
    width: 100%;
    height: auto;
    display: block;
}

.quote-block__content {
    display: flex;
    flex-direction: column;
}

.quote-block__text p {
    line-height: 24.5px;
    font-style: italic;
    font-weight: 300;
    color: #6C757D;
}

.quote-block__author {
    margin-top: 10px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
}
