.webinars--featured{background:var(--color-web-lightest-gray);position:relative;z-index:1}.webinars--featured article{align-items:center;display:flex;gap:130px;margin:0 auto;max-width:var(--max-width);padding:12px var(--page-padding-width)}.webinars--featured article *{width:100%}@media only screen and (min-width:1000px){.webinars--featured article{padding-bottom:120px}}@media(max-width:1000px){.webinars--featured article{flex-direction:column;gap:48px;padding-bottom:60px;padding-left:24px;padding-right:24px}}.webinars--featured__image,.webinars--featured__text{grid-column:1/3}.webinars--featured__image{aspect-ratio:612/420;border-radius:8px;display:block;position:relative;width:100%}.webinars--featured__image:after{background:var(--color-secondary-light-gray);border-radius:8px;content:"";inset:0;opacity:.25;position:absolute;transform:translate(12px,12px);z-index:-1}@media only screen and (min-width:1000px){.webinars--featured__image{grid-column:1/7}.webinars--featured article:nth-child(odd) .webinars--featured__image{grid-column:7/13;order:2}}.webinars--featured__image img{border:2px solid var(--color-secondary-light-gray);border-radius:8px;height:100%;object-fit:cover;position:relative;width:100%}.webinars--featured__text{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:8px}@media only screen and (min-width:1000px){.webinars--featured__text{grid-column:8/13;margin:0}.webinars--featured article:nth-child(odd) .webinars--featured__image{grid-column:1/6;order:1}}.webinars--featured__text em{color:var(--color-primary-red);text-transform:uppercase}.webinars--featured__text h2{font-size:24px;line-height:32px;margin:8px 0 24px}@media only screen and (min-width:1000px){.webinars--featured__text h2{font-size:32px;line-height:40px}}.webinars--featured__text p{color:var(--color-secondary-dark-gray);margin-bottom:24px}.webinars--featured__text a{width:100%}@media only screen and (min-width:1000px){.webinars--featured__text a{width:auto}}