.card{display:grid;gap:var(--gap-def);grid-template-columns:1fr 1fr}.card .content-wrapper{align-self:center;display:flex;flex-direction:column;gap:var(--content-gap);width:100%}.card .content-wrapper .card-title{margin:0}.card .content-wrapper p{margin:0;max-width:520px}.card .content-wrapper .hs-button{align-self:start;margin-top:var(--space-2)}.card .media-wrapper{position:relative}.card .media-wrapper .accent-image{bottom:-77px;position:absolute;right:-66px;z-index:-1}.card .media-wrapper .accent-image.yellow{left:-66px;right:unset}.card .image-wrapper{aspect-ratio:4/3;border-radius:16px;height:auto;overflow:hidden;width:100%}.card .image-wrapper img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:1024px){.card{gap:calc(var(--gap-def)*2);grid-template-columns:1fr;overflow:hidden}}.card.section-with-padding.webinars{padding-bottom:var(--section-space)}@media screen and (min-width:1025px){.card.card--image-left>.media-wrapper{grid-column:1;grid-row:1}.card.card--image-left>.content-wrapper{grid-column:2;grid-row:1}}