.cell {
    flex-direction: column;
    padding: var(--spacing-20);
    border-radius: 4px;
    background: var(--main-white);
}
.author-name-image,
.author-name-image a {
  color: var(--main-color);
}
.author-name-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: var(--spacing-20);
}
.author-name-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    margin-right: var(--spacing-20);
}
.author-testimonials .author-description {
    text-align: left;
}
.small_authors_trust_us {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.small_authors_trust_us .small_authors_images .small-author-image {
    width: 32px;
    height: 32px;
    border: 2px solid var(--main-white);
    margin-right: -12px;
    border-radius: 100px;
    overflow: hidden;
}
.small_authors_trust_us .small_authors_images .small-author-image img {
    object-fit: cover;
}
.author-box-review {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--main-white);
}
.author-box-review .author-box-link {
    font-weight: var(--font-weight-semi-bold);
}
.author-box-review .author-avatar {
    width: 44px;
    height: 44px;
    border: 2px solid var(--main-white);
    overflow: hidden;
    margin-right: var(--spacing-20);
    border-radius: 100px;
}
.author-box-review .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: center;
}
.author-box-review .author-box-link {
    color: var(--main-white);
}
/* .author-box-review .author-box-description {
    text-transform: lowercase;
} */