/**
 * Colors
 */
/**
 * fonts
 */
/**
 * Breakpoints
 */
/** Media Queries
** phone = Viewport width is 767px or lower
** tablet = Viewport width is between 768px to 991px
** M = Viewport width is between 992px to 1199px
** L = Viewport width is between 1200px to 1399px
** XL = Viewport width is 1400px or higher
**/
.awards-page {
  background: #000000;
  color: #ffffff;
}
.awards-page .head {
  background: #DBFF00;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .awards-page .head {
    padding: 40px 0;
  }
}
.awards-page .head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.awards-page .head h1 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .awards-page .head h1 {
    font-size: 32px;
    max-width: 180px;
  }
}
.awards-page .head p {
  font-size: 32px;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .awards-page .head p {
    font-size: 16px;
  }
}
.awards-page .head img {
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .awards-page .head img {
    width: fit-content;
    right: 6px;
    top: 14px;
    position: absolute;
    max-width: 147px;
  }
}
.awards-page .winners {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 64px 0;
}
.awards-page .winners h2 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .awards-page .winners h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.awards-page .winners__item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .awards-page .winners__item {
    flex-direction: column;
    gap: 16px;
  }
}
.awards-page .winners__item-number {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .awards-page .winners__item-number {
    margin-right: 0;
  }
}
.awards-page .winners__item img {
  max-width: 384px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .awards-page .winners__item img {
    max-width: 100%;
    margin-right: 0;
  }
}
.awards-page .winners__item div {
  display: flex;
  flex-direction: column;
}
.awards-page .winners__item div span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 4px;
}
.awards-page .winners__item div h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .awards-page .winners__item div h3 {
    font-size: 18px;
  }
}
.awards-page .winners__item div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .awards-page .winners__item div p {
    margin-bottom: 16px;
  }
}
.awards-page .winners__item div .arrow-link {
  width: fit-content;
}

/*# sourceMappingURL=awards.css.map */
