@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  background-color: rgb(255, 255, 255);
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
h1 {
  font-family: "Lato";
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  padding-bottom: 18px;
}

.h4-modal h4 {
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.p-modal p {
  color: #444444;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

section.heading {
  padding: 100px 0px 40px 0px;
}
section.heading h1 {
  font-family: "Lato";
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
}
section.heading h2 {
  font-family: "Lato";
  font-weight: bold;
  font-size: 25px;
  line-height: 38px;
  text-align: left;
  padding-top: 20px;
}
section.heading p {
  color: #444444;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  margin: 0;
}

section.finalist {
  background-color: #000;
  padding: 60px 0px;
}
section.finalist h1 {
  color: #E2CA8C;
  font-weight: bold;
  font-size: 36px;
  font-weight: 400;
}
section.finalist h2 {
  color: #E2CA8C;
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  padding: 20px 0px 10px 20px;
  margin: 0;
}
section.finalist p, section.finalist label {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  margin: 0;
}
section.finalist .category-header {
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
}
section.finalist .m-15 {
  margin-top: 15px;
}
section.finalist .m-40 {
  margin-top: 35px;
}
section.finalist .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.finalist .btn-back a {
  color: #E2CA8C;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  padding: 15px 20px;
  border: 1px solid #E2CA8C;
  text-decoration: none;
  border-radius: 23px;
  transition: 0.3s;
  text-align: center;
}
section.finalist .btn-back a:hover {
  color: #ffbd17;
}
section.finalist select {
  outline: none;
  background-color: #000;
  color: #fff;
  border: 1px solid #E2CA8C;
}
section.finalist select:focus {
  border: 1px solid #E2CA8C;
  box-shadow: 0 0 0 0.25rem rgba(97, 82, 13, 0.25);
}
section.finalist .company-list {
  padding: 10px;
  background-color: #000;
  border: 1px solid #E2CA8C;
  border-radius: 15px;
  height: 100%;
  transition: 0.3s;
}
section.finalist .company-list:hover {
  border: 1px solid #ffe7ac;
}
section.finalist .company-list ul li {
  padding-left: 10px;
  color: #fff;
  list-style: none;
  text-decoration: none;
}
section.finalist .category-section {
  margin-bottom: 2rem;
}
section.finalist .info-1 {
  margin-bottom: 30px;
}
section.finalist .info-2 {
  display: flex;
}
section.finalist .link-to {
  padding-top: 20px;
}
section.finalist .link-to a:hover {
  color: rgb(255, 162, 95);
}
@media (max-width: 762px) {
  section.finalist .info-2 {
    flex-direction: column-reverse;
  }
}