.profile-cards-wrapper{display:flex;flex-direction:column;gap:100px;padding-bottom:2rem;padding-top:2rem;width:calc(var(--col-5) - 12vw)}.profile-cards-wrapper a{color:var(--white);font-style:italic;text-decoration:underline}.profile-cards-wrapper a:hover{color:var(--secondary-100);text-decoration:underline}.profile-cards-wrapper ul{list-style:disc;list-style-position:inside}.profile-card{display:flex;flex-direction:row;gap:35px}.image-and-role{display:flex;flex-direction:column;width:var(--col-1)}.image-and-role img{flex:1;object-fit:cover}.image-and-role figcaption{background:var(--white);color:var(--blue-500);padding:1rem}:is(.image-and-role figcaption) :is(h3,p){color:var(--blue-500)}.paragraph{color:var(--white);width:var(--col-4)}@media screen and (min-width:1520px){.image-and-role{flex-basis:30%;flex-grow:1;flex-shrink:1;width:var(--col-1)}}@media screen and (min-width:1201px) and (max-width:1519px){.image-and-role{width:var(--col-2)}.image-and-role img{flex:none}}@media (max-width:1200px){.image-and-role{width:calc(var(--col-5)/3)}.image-and-role img{flex:none;width:100%}}@media screen and (max-width:1024px){.profile-cards-wrapper{width:var(--col-5)}.profile-card{flex-direction:column}.image-and-role,.paragraph{width:var(--col-5)}}@media screen and (min-width:819px) and (max-width:1024px){.image-and-role{flex-direction:row}.image-and-role img{width:45%}.image-and-role figcaption{width:55%}}