﻿.reviews .sub-title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 24px;
}

.reviews .box {
    background-color: rgba(248, 249, 250, 1);
    padding: 24px;
}

.reviews .grid-container .grid-item {
    gap: 16px;
    height: fit-content;
}

.reviews .review-text {
    font-size: 16px;
    font-weight: 400;
}

.reviews .review-author .author-name {
    font-size: 16px;
    font-weight: 700;
}

.reviews .stars {
    display: flex;
    flex-direction: row;
    width: 20px;
    height: 20px;
    gap: 5px;
}

@media (min-width: 768px) {
    .reviews .sub-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}