.workshops{display:flex;flex-direction:var(--responsive-flex-direction);gap:var(--space-xl)}.workshop{background-color:var(--gray-50);border-radius:16px;flex:1;padding:var(--space-lg);position:relative}.workshop,.workshop__cols{display:flex;flex-direction:column}.workshop__col,.workshop__cols{gap:var(--space-sm)}.workshop__col{display:flex;flex:1;flex-direction:column}.workshop .button{border-radius:8px}.workshop__popular{background:var(--red-600);border-radius:50px;color:#fff;float:right;font-size:14px;font-weight:700;padding:6px 10px}@media (min-width:720px){.workshop__cols{flex-direction:row}}@media (min-width:960px){.workshop{box-shadow:var(--box-shadow-sm);padding:40px}.workshop__cols{flex-direction:column}.workshop__cols.workshop__cols--2col{flex-direction:row}}.workshop h4{margin:0 0 4px}.workshop__description{font-size:var(--text-sm);margin-bottom:var(--space)}.workshop__cta{margin:var(--space-2xs) 0}.workshop li{list-style-type:none;margin:1em 0 1em 22px;position:relative}.workshop li:before{background:url(https://26911114.fs1.hubspotusercontent-eu1.net/hubfs/26911114/website/bullet.png);background-size:100% 100%;content:"";height:24px;left:-34px;position:absolute;top:0;width:24px}