.wm-locations-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 -15px;
}@media screen and (min-width: 1024px) {
body .is-layout-flex.col-3,
body .is-layout-flex.col-2,
body .is-layout-flex.col-4,
body .is-layout-flex.col-5 {
flex-wrap: wrap !important;
gap: 2% !important;
align-items: stretch !important;
justify-content: center !important;
}
.is-layout-flex.col-5>div {
flex: 0 0 17% !important;
margin-bottom: 2% !important;
}
.is-layout-flex.col-4>div {
flex: 0 0 23.5% !important;
margin-bottom: 2% !important;
}
.is-layout-flex.col-3>div {
flex: 0 0 32% !important;
margin-bottom: 2% !important;
}
.is-layout-flex.col-2>div {
flex: 0 0 49% !important;
margin-bottom: 2% !important;
}
#wm-meet-the-team-row .meet-team-style {
display: flex;
flex-direction: column;
justify-content: space-between;
}
}