.clocks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8em;
}

.clocks img {
  width: 500px;

  @media (max-width: 565px) {
    width: 300px;
  }
}
