/* ==============================================================
   📖 CodeSync About Page Styles
   ============================================================== */

.about-hero {
    background-color: transparent;
    border-bottom: 1px solid var(--border-color);
}

.max-w-700 {
    max-width: 700px;
}

.testimonial-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}
