﻿.section h1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 1.5rem;
}

.section h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 1rem;
}

.section-header>span {
  margin-bottom: 8px;
}

.rainbow-line {
  margin-top: 40px;
}

.officials {
  display: grid;
  grid-template-columns: 1fr;
}

.official {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 16px;
  border-bottom: 1px solid var(--color-black, #000);
}

.official-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.official-header aside {
  display: flex;
}

.official .numbered {
  display: flex;
  height: 26px;
  width: 46px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 192px;
  border: 1px solid var(--color-black, #000);
}

.official article>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.official article>h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.winners-section-title {
  padding: 25px 0px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  border-bottom: 1px solid var(--color-black, #000);
}

.winners-list-item {
  display: flex;
  padding: 12px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--color-black, #000);
}

.winners-list-item>div {
  display: inline-flex;
  align-items: center;
  gap: 32px;
}

.winners-list-item-circle {
  display: flex;
  min-width: 32px;
  min-height: 32px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  border: 1px solid var(--color-black, #000);
}

.winners-list-item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.button-year-selection {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid var(--color-black, #000);
  width: 100%;
}

.button-year-selection {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .section p {
    font-size: 18px;
    line-height: 28px;
  }

  .section li {
    font-size: 20px;
    line-height: 30px;
  }

  .section h1 {
    font-size: 60px;
    line-height: 72px;
  }

  .section h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {
  .rainbow-line {
    margin-top: 48px;
  }

  .officials-section {
    width: 384px;
  }

  .button-year-selection {
    width: auto;
  }
}
