.profiles__container{display:grid;grid-template-columns:1fr;grid-gap:3rem 3.5rem;gap:3rem 3.5rem;padding:var(--padding-m) var(--padding-s);max-width:1100px;margin:0 auto;align-items:stretch;@media (min-width:600px){grid-template-columns:repeat(2,1fr)}@media (min-width:900px){grid-template-columns:repeat(3,1fr);padding:var(--padding-l)}}.spotlight{background-color:var(--color-bg-light)}.spotlight .about__paragraph h2,.spotlight .about__paragraph p{font-size:larger;line-height:1.6}.spotlight .about__paragraph .highlighted{color:var(--color-primary);font-style:normal}.spotlight .about__paragraph .underlined{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;-webkit-text-decoration-color:var(--color-dark);text-decoration-color:var(--color-dark)}.spotlight .about__paragraph .about__mantra .underlined{text-decoration:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 400 12'%3E%3Cpath d='M2 8 C80 6.5%2C 160 9%2C 240 7.5 C310 6.2%2C 360 8.5%2C 398 7' stroke='%231e1e1e' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 100%;background-size:100% 12px;padding-bottom:6px}