.timing__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  /* gap: 300px; */
  
}
.timing__content {
  width: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.info_img {
  width: 100vw;
  max-width: 500px;
  height: calc(100vw * 2.06200527704);
  max-height: 1030px;
  margin: 50px 0px;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-image: url('/static/photo/timings.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}