.contact-section{flex-direction:row;align-items:center;gap:30px;display:flex}.contact-section img{object-fit:cover;border-radius:50%;width:140px;height:140px}.contact-section .contact-details{font-size:calc(var(--base-font-size) + 0px);color:var(--color-text);font-weight:400;line-height:1.5}.contact-section .contact-details .name{margin-bottom:10px;font-weight:700}.contact-section .contact-details .phone,.contact-section .contact-details .email{margin:0}.quote-section{flex-direction:column;align-items:center;gap:8px;width:100%;max-width:32rem;margin-bottom:10px;display:flex}.quote-section .quote-mark{object-fit:contain;opacity:.7;width:22px;height:22px}.quote-section p{font-size:calc(var(--base-font-size) + 0px);color:var(--color-text-muted);text-align:center;margin:0;font-style:italic;font-weight:400;line-height:1.6}
