.icon_text_section {
  padding: 2.25rem 0 2rem;
}
@media (min-width: 1024px) {
  .icon_text_section {
    padding: 3rem 0;
  }
}
.icon_text_section .section_header {
  margin-bottom: 2.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .icon_text_section .section_header {
    margin-bottom: 3.75rem;
  }
}
/* section_title (h2): inherit NAMB h2 sizing; override only SR-specific weight */
.icon_text_section .section_title {
  font-weight: 500;
  line-height: 1.2;
  color: #10294C;
  margin-bottom: 0.25rem;
}
/* section_subtitle (p below title): body-weight subtitle text */
.icon_text_section .section_subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #10294C;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .icon_text_section .section_subtitle {
    font-size: 1.125rem;
    line-height: 1.556;
  }
}
.icon_text_section .section-description {
  color: #10294C;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 35rem;
  margin: 1.5rem auto 0;
}
@media (min-width: 768px) {
  .icon_text_section .section-description {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.icon_text_section .section-description p {
  color: #10294C;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .icon_text_section .section-description p {
    font-size: 1.125rem;
  }
}
.icon_text_section .icon_text_items_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.875rem;
}
.icon_text_section .icon_text_item {
  flex: 1 1 calc(33.33% - 1.9375rem);
  max-width: calc(33.33% - 1.9375rem);
  min-width: 15.625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .icon_text_section .icon_text_item {
    flex: 1 1 100%;
    min-width: auto;
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .icon_text_section .icon_text_item {
    flex: 1 1 calc(33.33% - 1.9375rem);
    max-width: calc(33.33% - 1.9375rem);
  }
}
.icon_text_section .icon_wrapper {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon_text_section .icon_image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.icon_text_section .text_wrapper {
  width: 100%;
}
/* icon-text-title (h5): match NAMB h5 sizing (16px/18px) and weight (500) */
.icon_text_section .icon-text-title {
  color: #10294C;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .icon_text_section .icon-text-title {
    font-size: 1.125rem;
    margin-top: 1.125rem;
  }
}
/* text_content p: match NAMB body text (14px mobile / 18px desktop) */
.icon_text_section .text_content p {
  color: #10294C;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .icon_text_section .text_content p {
    font-size: 1.125rem;
    line-height: 1.556;
  }
}
.icon_text_section .icon-text-btn-wrapper {
  margin-top: auto;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .icon_text_section .icon-text-btn-wrapper {
    padding-top: 1.875rem;
  }
}
.icon_text_section .icon-text-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.125rem;
}
@media (min-width: 768px) {
  .icon_text_section .icon-text-cta-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.875rem;
  }
}
.icon_text_section .icon-text-cta-buttons a {
  font-size: 1rem;
  font-weight: 600;
  width: fit-content;
}
.icon_text_section .icon-text-cta-buttons .btn {
  width: fit-content;
}
.icon_text_section .icon-text-cta-buttons .arrow_link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #10294C;
  background: transparent;
  border: none;
  text-decoration: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.icon_text_section .icon-text-cta-buttons .arrow_link .arrow_link_icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #18AEE1;
  border-top: 2px solid #18AEE1;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.icon_text_section .icon-text-cta-buttons .arrow_link:hover {
  color: #10294C;
}
.icon_text_section .icon-text-cta-buttons .arrow_link:hover .arrow_link_icon {
  transform: rotate(45deg) translate(0.125rem, -0.125rem);
}
