.delivery-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 80px;
  margin-top: 16px;
}
.delivery-content h1 {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .delivery-content h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.delivery-content .delivery-sections {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.delivery-content .delivery-sections .item {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.delivery-content .delivery-sections .item h2 {
  font-family: Circe, sans-serife;
  font-size: 24px;
  font-weight: 700;
  line-height: 35.38px;
  text-align: left;
  color: #182139;
}
.delivery-content .delivery-sections .item .text {
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
}

@media screen and (max-width: 1024px) {
  .delivery-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 68px;
    margin-top: 14px;
  }
  .delivery-content 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) {
  .delivery-content h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery-content .delivery-sections {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .delivery-content .delivery-sections .item {
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .delivery-content .delivery-sections .item h2 {
    font-family: Circe, sans-serife;
    font-size: 24px;
    font-weight: 700;
    line-height: 35.38px;
    text-align: left;
    color: #182139;
  }
  .delivery-content .delivery-sections .item .text {
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
  }
}
