.downloads {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 103px;
}
.downloads h1 {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .downloads h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.downloads-section {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px 32px;
}
.downloads-section .item {
  width: calc(20% - 26px);
  gap: 8px;
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  text-decoration: none;
  padding: 16px;
  justify-content: center;
  align-items: center;
}
.downloads-section .item .doc-title {
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.53px;
  text-align: center;
  color: #343434;
}

@media screen and (max-width: 1024px) {
  .downloads {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 68px;
  }
  .downloads h1 {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
    text-align: center;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .downloads h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .downloads-section {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px 16px;
  }
  .downloads-section .item {
    width: calc(50% - 8px);
    gap: 8px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    text-decoration: none;
    padding: 16px;
    justify-content: center;
    align-items: center;
  }
  .downloads-section .item .doc-title {
    font-family: Circe, sans-serife;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.53px;
    text-align: center;
    color: #343434;
  }
}
