.testimonial {
    font-family: Poppins, sans-serif;
    padding: 0 3rem 1rem;
}
.testimonial-blockquote {
    padding-left: 0;
    padding-right: 0;
}
.testimonial.swiper-slide {
    margin: 0;
}
blockquote {
    margin: 0;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}
.testimonial blockquote {
    position: relative;
    line-height: 1.86;
    text-align: center;
}
.testimonial-blockquote blockquote {
    overflow: visible;
    padding: 2.1rem 3rem;
    margin-bottom: 2rem;
    text-align: start;
    border: 1px solid #eee;
}
.testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.9rem;
}
.testimonial-blockquote .testimonial-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 2rem;
}
.testimonial-info .testimonial-author-thumbnail {
    margin-bottom: 2.5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}
.testimonial-blockquote .testimonial-author-thumbnail {
    margin-bottom: 0;
    margin-right: 1.5rem;
    width: 7rem;
    height: 7rem;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
.testimonial-info img {
    width: 100%;
    height: auto;
    min-height: 0;
}
.testimonial cite {
    color: #333;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
}
.testimonial-blockquote cite {
    margin-bottom: 0.2rem;
}
.testimonial-blockquote blockquote::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5.3rem;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg) translateY(70%);
    transform: rotate(45deg) translateY(70%);
}
.testimonial cite span {
    display: block;
    text-align: center;
    margin-top: 0.6rem;
    font-size: 1.3rem;
    color: #999;
    line-height: 1.3;
    letter-spacing: 0.003em;
    font-weight: 400;
}
.testimonial-blockquote cite span {
    margin-top: 0.2rem;
    text-align: start;
}

.swiper-theme .swiper-button-prev, .swiper-theme .swiper-button-next {
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #336699;
}
.nav-right .swiper-button-prev, .nav-right .swiper-button-next {
    position: absolute;
    right: 3rem;
    top: auto;
    bottom: 2.8rem;
    left: auto;
}
.nav-right .swiper-button-prev {
    right: 5.5rem;
}
.swiper-theme .swiper-button-prev.swiper-button-disabled, .swiper-theme .swiper-button-next.swiper-button-disabled {
    color: #ccc;
    opacity: 0.6;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next::before, .swiper-button-prev::before {
    font-family: "Wolmart";
}
.swiper-button-next::before {
    content: "";
}
.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
}

@media (max-width: 1300px){
    .swiper-theme .swiper-button-next {
        right: 20px;
    }
}

.post-single-content .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6rem 0 5.2rem;
    border-bottom: 1px solid #eee;
}
.post-single-content .post-navigation .nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 1.6rem;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.post-single-content .post-navigation .nav a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
    line-height: 1.2;
}
.post-single-content .post-navigation .nav i {
    margin-bottom: 0.4rem;
    font-weight: 600;
}
.post-single-content .post-navigation .nav-prev i {
    margin-right: 1rem;
}
.post-single-content .post-navigation .nav .nav-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: inline-block;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.3rem;
}
.post-single-content .post-navigation .nav .nav-content::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.w-icon-long-arrow-right:before {
    content: "";
}
