.red-block {
  width: 100px;
  height: 8px;
  background-color: #e9573d;
  margin: 24px auto;
}

.contacts {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  color: #b9babd;
}

#contacts {
  color: #cdced1;
  text-align: center;
  background-color: black;
}

#contacts ul {
  color: white;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #e2e3e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

<style>
  @media (max-width: 768px) {
    .hero-img {
      object-position: right top !important;
    }
  }
</style>