/* Full-Width Background for Testimonial Section */
#row-testimonial {
    background: url('/images/seven-dials-rodding-1470-840.jpeg') no-repeat center center;
    background: url('/images/olly-tprin-build-1470-840.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    margin-left: calc(-50vw + 50%); /* Removes unwanted container constraints */
    padding: 80px 0;
}

/* Testimonial Text Styling */
.testimonial-text {
    font-size: 1.7rem;
}

/* Testimonial Author */
.testimonial-author {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--lime);
}

/* Circular Avatar */
.testimonial-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}
