.gr-review-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.gr-author{
    font-weight: bold;
}
.gr-text{
    text-align: center;
}
.gr-nav-items{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.splide-nav-item{
    background-color: #f2f2f2;
    padding: 10px;
    font-size: 1.3rem;
    border: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .splide__arrow{
        top: unset;
        bottom: 0;
    }
}