.logo {
  width: 100px; 
  height: auto; 
  margin-bottom: 20px;  
}

#banner p {
    letter-spacing: 0.1em;
}

.gallery div {
    padding: 8px;
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
}

.gallery img {
  width: 100%;
}

#four .gallery div p {
    color: black;
    font-size: 0.6em;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}

.prizes img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

#six a {
    border-bottom: 0px;
}

#six a h5 {
    margin: 10px 0 5px 0;
}

#six a span {
    font-size: 0.8em;
    line-height: 1em;
    color: #ccc;
}

.sponsors img {
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.contact .item {
    margin-bottom: 50px;
}

.contact .item h5 {
  margin-top: 10px;
}

#contact  .contact .item a {
  text-decoration: none; 
  border-bottom: none;
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .logo {
    width: 160px; 
    height: auto; 
    margin-bottom: 30px;
  }

  #banner p {
    letter-spacing: 0.225em;
  }

  .prizes {
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
  }

  .prizes img {
    margin-bottom: 0;
  }

  .gallery {
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    margin: 0;
  }

  .gallery div {
    margin-bottom: 0;
  }

  .sponsors {
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
  }

  .contact {
    display: grid; 
    grid-template-columns: 
    repeat(4, 1fr); gap: 10px;
  }

  .contact .item {
    margin-bottom: 0;
}
}