.module-workshops{width:100%}.workshops__container{display:grid;gap:1rem}.workshops__workshop{border-radius:1rem;box-shadow:0 2px 20px rgba(0,0,0,.1);overflow:hidden}.workshop__image-container{align-items:center;border-radius:1rem;display:flex;height:20rem;overflow:hidden}.workshop__image-container img{flex:1 1 auto;height:auto;max-width:100%;object-fit:cover}.workshop__content{display:flex;flex-direction:column;padding:1rem}.workshop__content .content__section h5{margin:0}.workshop__content .content__section button{align-items:center;background:unset;border:none;border-bottom:1px solid rgba(0,0,0,.125);border-radius:0;color:#007bff;display:flex;justify-content:space-between;outline:unset;padding:1rem 0;width:100%}.workshop__content .content__section button span.expand{font-size:2em;margin-right:1rem}.workshop__content .content__section .collapsed{display:none}.workshop__content .content__overview{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1.4rem;text-align:center}.workshop__content .content__cta{display:flex;justify-content:center;padding:1.5rem 0 .5rem}.price--italic{font-style:italic}@media only screen and (max-width:799px){.workshops__container{grid-template-columns:1fr}}@media only screen and (min-width:800px){.workshops__container{grid-template-columns:1fr 1fr}}