.about-us-page #hero_image image-container{align-items:flex-start}.about-us-page page-title{margin-inline:auto;text-align:center}.about-us-page .employees-list{display:grid;grid-template-columns:100%;gap:var(--spacing-lg) var(--spacing-standard)}@media(min-width:768px){.about-us-page .employees-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.about-us-page .employees-list{grid-template-columns:repeat(3,1fr)}}.about-us-page .employee-item image-container{max-width:clamp(200px,25vw,300px);aspect-ratio:1;margin-inline:auto;margin-bottom:var(--spacing-sm);border-radius:50%;background-color:var(--clr-background-placeholder)}.about-us-page .employee-item .name{color:var(--clr-brand-primary);font-size:2.2rem;font-weight:var(--fw-titles)}.about-us-page .employee-item .position{margin-bottom:var(--fs-base);font-weight:var(--fw-medium);color:var(--clr-text-muted-1)}.about-us-page .employee-item .contact-details{display:flex;flex-direction:column;align-items:flex-end}.about-us-page .employee-item .contact-details .phone-link,.about-us-page .employee-item .contact-details .email-link,.about-us-page .employee-item .contact-details .properties-link{color:var(--clr-text-muted-1);font-size:var(--fs-small);font-weight:var(--fw-strong);text-decoration:none}@media(any-hover:hover){.about-us-page .employee-item .contact-details .phone-link:hover,.about-us-page .employee-item .contact-details .email-link:hover,.about-us-page .employee-item .contact-details .properties-link:hover{text-decoration:underline}}.about-us-page .employee-item .contact-details .phone-link,.about-us-page .employee-item .contact-details .properties-link{color:var(--clr-link)}
