.backers-wrapper,
.team_bottom .team_wrapper.is-bot {
  width: 100%;
}

.backers-row,
.team_bottom .backers-row {
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.5rem !important;
  width: 100% !important;
}

.backers-item,
.team_bottom .backers-nextgen,
.team_bottom .backers-aws {
  opacity: 1;
  width: auto;
}

.backers-item-nextgen,
.backers-item-aws,
.team_bottom .backers-nextgen,
.team_bottom .backers-aws {
  height: 3rem;
}

.backers-item-nextgen .img-contain,
.backers-item-aws .img-contain,
.team_bottom .backers-nextgen .img-contain,
.team_bottom .backers-aws .img-contain {
  display: block;
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.team_bottom .backers-aws {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.team_bottom .backers-aws svg {
  display: none !important;
}

.team_bottom .backers-aws::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url("/antares/partner_logos/aws.svg") center / contain no-repeat;
}

@media screen and (min-width: 768px) {
  .backers-row,
  .team_bottom .backers-row {
    flex-direction: row !important;
    gap: 4.5rem !important;
  }

  .backers-item-nextgen,
  .backers-item-aws,
  .team_bottom .backers-nextgen,
  .team_bottom .backers-aws {
    height: 3.5rem !important;
  }

  .team_bottom .backers-aws::before {
    width: 5rem;
    height: 5rem;
  }
}
