@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);.agents-grid .grid{grid-gap:5rem;gap:5rem}@media only screen and (max-width:768px){.agents-grid .grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:576px){.agents-grid .grid{grid-template-columns:1fr}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.agentcell .picture{aspect-ratio:1/1;border-radius:100%;overflow:hidden;width:100%}.agentcell .picture .bg-img img{-o-object-position:top center;object-position:top center}.agentcell .data h5{opacity:.6}@media only screen and (max-width:768px){.agentcell{text-align:center}.agentcell.odd .grid-custom{grid-template-columns:1fr}.agentcell.odd .data{order:2;text-align:center}.agentcell.odd .picture{order:1}.agentcell .grid-custom{grid-template-columns:1fr}.agentcell .picture{margin:0 auto 1.5rem}}