.hero-foot {
  justify-content: space-between;
  gap: 2rem;
}

.round {
  width: 110px;
  height: 110px;
  flex: 0 0 110px;
}

@media (width <= 760px) {
  .hero-foot {
    gap: 1rem;
  }

  .round {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }
}
