.tsw-testimonial-slider {
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 60px;
}

.tsw-slides {
    flex: 1;
}

.tsw-slide {
    padding: 10px;
}

.tsw-photo img {
    border-radius: 50%;
    margin: 0 auto 15px;
    display: block;
}

.tsw-content {
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 75%;
}

.tsw-author {
    font-size: 75%;
    font-weight: bold;
    margin-top: 20px;
}

.tsw-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.tsw-nav svg {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: #eee;
}

.tsw-nav svg:hover {
    background: #fff;
}
