@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap");
body {
  background: #000;
  font-family: Lato;
}

.divider {
  width: 30%;
  height: 1px;
  background-color: #E2CA8C;
  display: block;
  margin: 1.5em auto;
}

a.st {
  color: #fff !important;
  font-family: Lato;
  text-decoration: underline !important;
}

section.intro {
  color: #fff;
  padding: 5em 0 0;
  text-align: center;
}
section.intro h2 {
  font-size: 32px;
  padding: 0 0 1em;
  color: #fff;
}
section.intro h3 {
  font-size: 24px;
  color: #E2CA8C;
  padding: 2em 0 1.5em;
}
section.intro p {
  font-size: 16px;
  font-weight: 400;
  color: #E2CA8C;
  padding: 0;
}

section.finalists {
  padding: 2em 0;
}
section.finalists .region h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 1em;
}
section.finalists .region h4 {
  font-size: 16px;
  color: #E2CA8C;
  text-align: center;
  padding: 1em;
}
section.finalists .region ul.logos {
  width: 100%;
  display: flex;
  padding: 0 5%;
  margin: 0;
  /* justify-content: center;*/
}
section.finalists .region ul.logos li {
  list-style: none;
  margin-bottom: 2em;
}
section.finalists .region ul.logos li span {
  display: block;
  background: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
  height: auto;
  padding: 5% 0%;
}
section.finalists .region ul.logos li span img {
  width: 90%;
}

.img-sponsor img{
  display: block;
  background: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
  height: auto;
  width: 250px;
}

.hr-style hr{
    border-top: 1px solid #fff;
    width: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 425px) {
  section.finalists .region ul.logos {
    padding: 5% 10%;
  }
}