.portal-card{isolation:isolate;position:relative;display:flex;flex-direction:row;align-items:center;gap:1rem;min-height:9rem}.portal-card.is-not-wide{min-height:24rem;align-items:stretch}.portal-card.is-not-wide__body{justify-content:space-between;height:100%}.portal-card__image{height:200px;width:330px}.portal-card__image img{height:100%;object-fit:cover;border-radius:.25rem}.portal-card__body{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:55rem){.portal-card{flex-direction:column;width:100%;min-height:9rem!important;height:auto}.portal-card .portal-card__image{height:9rem;width:100%}.portal-card .portal-card__image img{width:100%!important}.portal-card__body{padding:0}}.portal-card .icon-circle{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:50%;color:#fff}@media(min-width:64em){.portal-card .icon-circle{width:2rem;height:2rem}}.portal-card .portal-link{display:flex;align-items:center;gap:.5rem;align-self:flex-start}