.module-instructors-cards h2{margin-bottom:var(--spacer_40);text-align:center}.instructors-cards--container{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.module-instructors-cards .instructor-card--container{border-radius:var(--border_radius_8);flex:0 0 18%;margin-bottom:3rem;min-height:100%;padding:var(--spacer_32);position:relative;text-align:center}.module-instructors-cards .instructor-picture{border-radius:50%;margin:0 auto;max-height:8rem;object-fit:contain;object-fit:cover;width:8rem}.module-instructors-cards .instructor-card--container p{font-size:2rem;font-weight:var(--font_weight_600);line-height:1.4;margin-top:var(--spacer_12)}.module-instructors-cards .instructor-card--container a{margin:0 auto;margin-top:var(--spacer_16);width:fit-content}.instructors-cards--container .instructor-card--container .instructor-card--space{height:100%;position:relative}@media (max-width:768px){.module-instructors-cards .instructor-card--container{flex:0 0 32%}}@media (max-width:480px){.module-instructors-cards .instructor-card--container{flex:0 0 48%}}@media (max-width:375px){.module-instructors-cards .instructor-card--container{flex:0 0 100%}}