.user-profile-image{
    width: 50%;
    margin: auto;
    border-radius: 100%;
}
.comment-user-name{
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.5rem;
    color: #3e3458;
}
.comment-text{
    color: #666462;
    font-size: medium;
    text-align: center;
}
.swiper-pagination-1{
    bottom: 0;
}
@media (min-width: 1200px) {
    .comment-user-name{
        font-size: 2.375rem;
    }
    .comment-text {
        font-size: medium;
    }
}