/* Testimonial Slider */
.slider-section {
    position: relative;
}

.slider-wrap {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.slider-wrap .inner-wrap {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.testimonial-inner-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 80px;
    color: #20232B;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.slider-wrap .wrap {
    margin: 0;
    padding: 10px 20px 0 20px;
    width: 383px;
    float: left;
    position: relative;
    border-radius: 0;
    height: auto;
    text-align: center;
}

.testimonial-title p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.testimony-content {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
}

.testimonial-title {
    width: 100%;
    text-align: center;
}

.testimonial-inner-wrap .subtitle {
    font-size: 18px;
}

.slider-wrap .wp-block-image img {
    max-height: 50px;
}

.arrow {
    cursor: pointer;
}

.left-arrow:after, .right-arrow:after {
    content: '>';
    position: relative;
    display: block;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(.6) rotate(0deg);
}

.left-arrow:after {
    transform: scaleX(.6) rotate(180deg);
    top: 35px;
}

.arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    top: -200px;
    left: 0;
    max-width: 950px;
    margin: 0 auto;
}

.slider-wrap .wrap .content {
    padding: 0 20px;
}

.right-arrow.arrow {
    position: relative;
    right: -15px;
}

.left-arrow.arrow {
    position: relative;
    left: -15px;
}
