.profile__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  flex-wrap: wrap !important;
}

@media (max-width: 525px) {
  .profile__box {
    justify-content: space-between;
  }
}

.profile__box .wp-block-column {
  flex: 0 0 165px;
  width: 165px;
  flex-basis: initial !important;
  flex-grow: initial !important;
  cursor: pointer;
}

@media (max-width: 475px) {
  .profile__box .wp-block-column {
    flex: 0 0 142px;
    width: 142px;
  }
}

.profile__box .description {
  display: none;
}

.profile__box img {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 217px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .profile__box img {
    height: 286px;
  }
}

@media (max-width: 525px) {
  .profile__box img {
    height: 206px;
  }
}

.organization .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  flex-basis: initial !important;
}