.article_next_workshops--background{background-color:var(--body_secondary)}.article_next_workshops__wrapper{display:flex;flex-direction:column;gap:var(--space-10);padding:var(--space-12) var(--space-3);width:100%;max-width:var(--view-max-width);margin:0 auto;box-sizing:border-box}.article_next_workshops__wrapper__cta{display:flex;flex-direction:column;gap:var(--space-3)}.article_next_workshops__wrapper__cta>.link{width:100%}@media screen and (min-width:768px){.article_next_workshops__wrapper{padding:var(--space-12) var(--space-6)}}@media screen and (min-width:992px){.article_next_workshops__wrapper__cta{flex-direction:row;margin:0 auto}.article_next_workshops__wrapper__cta>.link{width:max-content}}.workshop_list_highlight{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,max-content);grid-gap:var(--space-6);width:100%;box-sizing:border-box}@media screen and (min-width:992px){.workshop_list_highlight{grid-template-columns:50% 1fr;grid-template-rows:repeat(2,max-content)}.workshop_list_highlight__item:first-child{grid-column:1/2;grid-row:1/3}.workshop_list_highlight__item:nth-child(2){grid-column:2/2;grid-row:1/2}.workshop_list_highlight__item:nth-child(3){grid-column:2/2;grid-row:2/3}}