.custom-boxed-testimonial {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}

.custom-boxed-testimonial .custom-boxed-testimonial-item {
    border-radius: 1.5rem;
    background: #ECF5DC;
    padding: 2rem 2.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}

.custom-boxed-testimonial .custom-boxed-testimonial-item .custom-boxed-testimonial-item-content {}

.custom-boxed-testimonial .custom-boxed-testimonial-item .custom-boxed-testimonial-item-author {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}

.custom-boxed-testimonial .custom-boxed-testimonial-item .custom-boxed-testimonial-item-author .custom-boxed-testimonial-item-author-name {
    color: #1C6900;
    font-size: 1.375rem;
    letter-spacing: -0.022rem;
    font-family: 'sailorsregular', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
}

@media (max-width: 768px) {
    .custom-boxed-testimonial .custom-boxed-testimonial-item {
        padding: 1.5rem 1.25rem;
    }

    .custom-boxed-testimonial .custom-boxed-testimonial-item .custom-boxed-testimonial-item-author .custom-boxed-testimonial-item-author-name {
        font-size: 1.25rem;
    }
}