/*========= FUNCTIONS ==========*/
/*========= MIXINS ==========*/
.teams-title {
  text-align: center;
}
.teams-wrapper_head {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.teams-wrapper_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 992px) {
  .teams-block {
    padding: 20px 0 !important;
  }
  .teams-wrapper_head {
    margin-bottom: 20px;
    gap: 15px;
  }
  .teams-wrapper_bottom {
    gap: 15px;
    justify-content: center;
  }
}/*# sourceMappingURL=block.css.map */