/* Testimonial Card Avatar */
.testimonial-card .avatar-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgba(0, 246, 254, 0.6);
    padding: 4px;
    margin: -70px auto 20px auto; /* Pulls the avatar up halfway out of the card */
    background: #0f061c;
    box-shadow: 0 0 15px rgba(0, 246, 254, 0.4);
}

.testimonial-card .avatar-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}