#sf-testimonials-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sf-testimonials-header .sf-testimonials-controls {
    display: flex;
    justify-content: space-between;
    width: 6rem;
}

#sf-testimonials-header .sf-testimonials-controls-prev,
#sf-testimonials-header .sf-testimonials-controls-next {
    border-radius: 100%;
    border: 0;
    background-color: rgb(4, 38, 9);
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgb(4 38 9);
    outline: none;
    padding: 0;
}

.sf-testimonial-wrapper {
    padding: 1rem;
}

.sf-testimonial {
    padding: 1rem;
    box-shadow: 0 0 10px -2px #a2a2a2;
    height: 100%;
}

.sf-testimonial p {
    margin: 0;
}

.sf-testimonial .sf-testimonial-name {
    color: #14521D;
    font-weight: 600;
    text-align: center;
    font-size: 1.3rem;
}

.sf-testimonial .sf-testimonial-occupation {
    color: #A2A2A2;
    font-size: 0.8rem;
    text-align: center;
    font-style: italic;
    margin-top: 0.5rem;
}

.sf-testimonial .sf-testimonial-testimony {
    color: #042609;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}