.testimonial-style-four{
    text-align: center;
}
.testimonial-single-slide {
    padding: 0px;
    margin-top: 0px;
}
@media only screen and (min-width: 992px) {
    .testimonial-single-slide {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1400px) {
    .testimonial-single-slide {
        padding: 0px 80px;
    }
}
.testimonial-single-slide p {
    font: 400 24px "Outfit", sans-serif;
    color: #fff;
    margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .testimonial-single-slide p {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .testimonial-single-slide p {
        font-size: 35px;
    }
}
.testimonial-four-avatar {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.testimonial-four-avatar .avatar-thumb {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.testimonial-four-avatar .avatar-content {
    text-align: start;
}
.testimonial-four-avatar .avatar-content h5 {
    font: 500 18px "Outfit", sans-serif;
    color: #fff;
    margin-bottom: 7px;
}
@media only screen and (min-width: 576px) {
    .testimonial-four-avatar .avatar-content h5 {
        font-size: 20px;
    }
}
.testimonial-four-avatar .avatar-content .designation {
    font: 400 14px "Outfit", sans-serif;
    display: inline-block;
    padding: 5px 16px;
    color: #fff;
    border: 1px solid #9f9f9f;
    border-radius: 24px;
}
.testimonial-four-navigation {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
@media only screen and (min-width: 992px) {
    .testimonial-four-navigation {
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        writing-mode: vertical-lr;
        transform: scale(-1);
        gap: 30px;
        margin-top: 0;
        position: absolute;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonial-four-navigation {
        right: 0px;
    }
}
@media only screen and (min-width: 1600px) {
    .testimonial-four-navigation {
        right: -100px;
    }
}
.testimonial-four-navigation button {
    color: #949494;
    font-size: 30px;
    line-height: 1;
    outline: none;
    border: none;
    background: transparent;
}
@media only screen and (min-width: 768px) {
    .testimonial-four-navigation button {
        font-size: 40px;
    }
}
.testimonial-four-navigation button:hover {
    color: #fff;
}
