.section-download-items {
  background-color: #def0a8;
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
}

.section-download-items.section-transparent {
  border-radius: 0;
  background-color: transparent;
}

.section-download-items.section-white {
  border-radius: 0;
  background-color: #ffffff !important;
}

.section-download-items.section-dark {
  border-radius: 0;
  background-color: #111725;
}

.section-download-items .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

.section-download-items.section-white .typography-h2 .pxl-item--title {
  color: #07468d !important;
}

.section-download-items .brochure-description p {
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #dee5ee;
  margin: 32px 0;
}

.section-download-items.section-white .brochure-description p {
  color: #2d394b;
}

.section-download-items .text-column .elementor-shortcode {
  max-width: 560px;
}

.section-download-items .downloadable-container .elementor-shortcode {
  display: flex;
  gap: 40px;
  margin-left: 64px;
}

.section-download-items .brochure-button,
.section-download-items .brochure-button:hover {
  background-color: #cfe472;
  padding: 16px 24px;
  height: 46px;
  gap: 8px;
  border-radius: 9999px;
  font-family: Host Grotesk;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #111725;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.section-download-items.section-white .brochure-button,
.section-download-items.section-white .brochure-button:hover {
  background-color: #1c2534;
  color: #ffffff;
}

.section-download-items.section-dark .brochure-button,
.section-download-items.section-dark .brochure-button:hover {
  background-color: #ffffff;
  color: #111725;
}

.section-download-items .brochure-button::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/12/Frame-8.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.section-download-items.section-white .brochure-button::after {
  background-image: url(/wp-content/uploads/2025/03/Frame-17.svg);
}

@media screen and (max-width: 1440px) {
  .section-download-items > .elementor-container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1200px) {
  .section-download-items .elementor-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .section-download-items .elementor-container .elementor-column:has(.pxl-text-editor) {
    width: 100%;
  }

  .section-download-items .downloadable-container .elementor-shortcode {
    margin-left: 0;
    justify-content: center;
  }

  .section-download-items .text-column .elementor-widget-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .section-download-items .brochure-description p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-download-items {
    padding: 64px 24px !important;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .section-download-items > .elementor-container {
    padding: 0;
  }

  .section-download-items .text-column .elementor-widget-container {
    justify-content: flex-start;
  }

  .section-download-items .brochure-description p {
    text-align: left;
  }
}

@media screen and (max-width: 550px) {
  .section-download-items .downloadable-container .elementor-shortcode {
    flex-direction: column;
  }
}
