@media only screen and (max-width: 400px) {
  .program__content {
    display: inherit;
    background: #ffffff;
  }

  .program__date {
    margin: auto;
    margin-bottom: 10px;
  }

  .venue__section::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(../images/Venue_logo.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  #countdown {
    gap: 5px;
    margin-top: 15px;
  }
}
