.elementsocean-testimonial-s1 .elementsocean-testimonial-description {
    padding: 30px;
    background: #f5f8fe;
    position: relative;
    z-index: 1;
}

.elementsocean-testimonial-s1 .elementsocean-testimonial-description:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px;
    border-bottom-width: 0px;
    border-color: #f5f8fe transparent transparent transparent;
    transform-origin: bottom;
}

.elementsocean-testimonial-s1 .elementsocean-testimonial-description p {
    margin-bottom: 0;
    line-height: 30px;
}

.elementsocean-testimonial-s1 .elementsocean-testimonial-author-info {
    padding-top: 30px;
    padding-left: 35px;
    display: flex;
    align-items: center;
}

.elementsocean-testimonial-s1 .elementsocean-testimonial-author {
    margin-right: 15px;
}

.elementsocean-testimonial-s1 .elementsocean-testimonial-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.elementsocean-testimonial-s1 .elementsocean-testimonial-author-name {
    font-size: 22px;
    font-weight: 600;
}

.elementsocean-testimonial-s1 .elementsocean-testimonial-author-title {
    font-size: 16px;
    color: #6c6c6c;
}