.card{display:grid;gap:var(--gap-def);grid-template-columns:1fr 1fr}.card .content-wrapper{align-self:center;display:flex;flex-direction:column;gap:19px;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:13px}.card .media-wrapper{position:relative}.card .video-wrapper{align-items:center;border-radius:var(--border-radius-default);display:flex;overflow:hidden;width:100%}.card .video-wrapper .hs-video-widget{width:100%}.card .image-wrapper{height:440px;position:relative;width:100%}.card .image-wrapper img{border-radius:var(--border-radius-default);height:100%;object-fit:cover;width:100%}.card .image-wrapper:before{background-image:url(https://145869599.fs1.hubspotusercontent-eu1.net/hubfs/145869599/Group%2039482.svg);background-repeat:no-repeat;bottom:-8%;content:"";height:90%;left:-8%;position:absolute;width:92%}@media screen and (max-width:1024px){.card{gap:calc(var(--gap-def)*2);grid-template-columns:1fr;overflow:hidden}}.card.padding-wrapper.webinars{padding-bottom:120px}