.conference-info{display:flex;flex-direction:column;gap:var(--space-dynamic-20-32);position:relative;z-index:1}.conference-info__image{aspect-ratio:1;order:1;overflow:hidden;width:100%}.conference-info__image img{height:100%;object-fit:cover;width:100%}.conference-info__content{order:2}.conference-info__content,.conference-info__text{display:flex;flex-direction:column;gap:32px}.conference-info__title{display:flex;flex-direction:column;gap:var(--space-dynamic-12-14)}.conference-info__subtitle{font-family:var(--font-body);font-size:12px;font-weight:400;line-height:1.35}.conference-info__heading,.conference-info__subtitle{color:var(--color-brand-light);text-transform:uppercase}.conference-info__heading{font-family:var(--font-heading);font-size:clamp(1.5rem,1.127vw + 1.077rem,2.25rem);font-weight:700;line-height:1.2}.conference-info__description{color:var(--color-white);font-family:var(--font-body);font-size:clamp(1rem,.188vw + .93rem,1.125rem);font-weight:400;line-height:1.45}.conference-info__description strong{font-weight:900}.conference-info__actions{display:flex;flex-direction:column;gap:12px;width:100%}@media (min-width:768px){.conference-info{align-items:center;flex-direction:row;justify-content:space-between}.conference-info__content{flex:1 auto;gap:var(--space-dynamic-32-78);height:100%;max-width:800px;order:1}.conference-info__image{aspect-ratio:355/389;flex-shrink:0;order:2;width:355px}.conference-info__actions{flex-direction:row;gap:12px;margin-top:auto;width:auto}}