#testimonials {
    padding: 30px 0;
}

.testimonials-head span {
    color: #25aae1;
}

.testimonials-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-head span i {
    font-size: 40px;
}

.testimonials-block {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid transparent;
    padding: 30px;
    /*margin-right: 40px;*/
    cursor: default;
    /*height: 450px;*/
    overflow: auto;
}

.testimonial p {
    font-size: 0.9em;
    margin-top: 10px;
}

.testimonial p.module-text {
    height: 125px;
    width: 300px;
    overflow: hidden;
    font-style: italic;
}

.testimonial:hover {
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 7px 4px #eaeaea;
    border-radius: 5px;
    transition: 1s;
    cursor: pointer;
}

.testimonial img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.testimonial h2 {
    color: #b31322;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.25em;
    font-size: 1.42em;
    font-weight: normal;
}

.testimonial h3 {
    margin-top: 12px;
    line-height: 1.45em;
    font-style: 1.1em;
    width: 300px;
}

.testimonial ul li i {
    color: #25aae1;
    border-radius: 30px;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    margin: auto 3px;
    width: 28px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.testimonial ul li i:hover {
    background-color: #8dc63f;
    color: #fff;
}

#testimonials-style-btn {
    display: flex;
    justify-content: center;
}

#testimonials-style-btn button {
    color: #8dc63f;
}

#testimonials-style-btn button:hover {
    color: #fff;
}

.testimonial p.module-text::-webkit-scrollbar {
    /* display: none; */
    background: rgba(197, 72, 72, 0);
    width: 0px;
}


/*testimonial large Block*/
.testimonials-large-block {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.testimonial-large {
    width: 1170px;
}

.testimonial-large .content {
    display: flex;
    border: 2px solid #eaeaea;
    padding: 40px;
    border-radius: 5px;
    position: relative;
    margin: 0px;
}

.testimonial-left {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    align-items: center;
}

.testimonial-left img {
    border-radius: 50%;
    height: 200px;
}

.testimonial-left p {
    white-space: nowrap;
}

.testimonial-right h2 {
    color: #8dc63f;
    margin: 0px;
    line-height: 100%;
    font-weight: normal;
}

.testimonial-right p, .testimonial-right h3 {
    margin-top: 16px !important;
}

.testimonial-right .module-text {
    margin: 0px;
    column-count: 2;
    font-size: 0.9em;
    column-gap: 40px;
}

.clear {
    text-align: right;
    margin-top: 20px;
}

.clear .btn {
    letter-spacing: 1px;
    margin: 0px;
}

.clear .primary-btn:hover {
    background-color: #25aae1;
    border: 1px solid #25aae1;
}

.testimonial p.module-text {
  quotes: "“" "”" "‘" "’";
}
.testimonial p.module-text::before {
    content: open-quote;
}
.testimonial p.module-text::after {
    content: close-quote;
}