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

.gold {
  color: #E2CA8C;
}

.ic {
  margin-right: 5px;
}

.item {
  margin-bottom: 3em;
}

a.fbt {
  color: #E2CA8C;
  text-decoration: underline;
  padding-left: 1.2em;
  font-size: 14px;
  padding: 0.3em;
  border: 2px solid #E2CA8C;
  text-transform: uppercase;
  text-decoration: none;
  width: 185px;
  display: block;
  text-align: center;
  border-radius: 50px;
  margin: 1em 0 0 5em;
  font-size: 14px;
}

.mobile {
  display: none !important;
}

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

section.awards_regions {
  color: #fff;
}
section.awards_regions h3 {
  font-size: 24px;
  text-align: center;
  padding: 1.5em 0 2em;
  color: #E2CA8C;
  text-transform: uppercase;
}
section.awards_regions img {
  width: 100%;
}
section.awards_regions h4 {
  font-size: 16px;
  text-transform: uppercase;
}
section.awards_regions ul.details {
  margin: 0;
  padding: 0;
}
section.awards_regions ul.details li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
section.awards_regions ul.details li a {
  color: #E2CA8C;
  text-decoration: underline;
  padding-left: 1.2em;
  font-size: 14px;
}
section.awards_regions ul.details li a.bt {
  padding: 0.3em;
  border: 2px solid #E2CA8C;
  text-transform: uppercase;
  text-decoration: none;
  width: 100px;
  display: block;
  text-align: center;
  border-radius: 50px;
  margin: 5px 0;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  section.awards_regions ul.details li {
    font-size: 12px;
    line-height: 20px;
  }
  section.awards_regions ul.details li a {
    font-size: 12px;
    line-height: 20px;
  }
  section.awards_regions h4 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  section.awards_regions ul.details li {
    font-size: 16px;
    line-height: 28px;
  }
  section.awards_regions ul.details li a {
    font-size: 16px;
    line-height: 20px;
  }
  section.awards_regions h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  section.intro {
    padding: 3em 1em 0;
  }
  section.awards_regions img {
    padding-right: 20%;
  }
  .data {
    text-align: center;
  }
  section.awards_regions h3 {
    font-size: 20px;
  }
  section.awards_regions ul.details li a.bt {
    width: 200px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1024px) {
  a.fbt {
    width: 145px;
    margin: 1em 0 0 4.5em;
  }
}
@media screen and (max-width: 768px) {
  a.fbt {
    width: 240px;
    margin: 1em 0 0 6.5em;
  }
}
@media screen and (max-width: 425px) {
  a.fbt {
    display: none;
  }
  .mobile {
    display: block !important;
  }
}