.contact-us img {
  width: 100%;
}

.contact-us-list {
  display: flex;
  margin: 64px 0 100px;
}

.contact-us-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  line-height: 1;
  gap: 8px;
}

.contact-us-list-item img {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
}
