.section-our-purpose {
  padding: 5rem 0 5.9375rem;
}
@media (min-width: 1200px) {
  .section-our-purpose {
    padding: 8.75rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .section-our-purpose.section-our-purpose--mobile-slider .swiper {
    padding: 0 30% 0 0;
    margin: 0 -0.9375rem 0 0;
  }
}
@media (max-width: 767px) {
  .section-our-purpose:not(.section-our-purpose--mobile-slider) .swiper {
    overflow: visible !important;
  }
  .section-our-purpose:not(.section-our-purpose--mobile-slider) .swiper .swiper-wrapper {
    flex-direction: column !important;
    transform: none !important;
    gap: 1.5rem;
  }
  .section-our-purpose:not(.section-our-purpose--mobile-slider) .swiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
}
.section-our-purpose .swiper {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .section-our-purpose .swiper {
    padding: 0 15% 0 0;
    margin: 0 -0.9375rem 0 0;
  }
}
@media (min-width: 992px) {
  .section-our-purpose .swiper {
    padding: 0 10% 0 0;
  }
}
@media (min-width: 1200px) {
  .section-our-purpose .swiper {
    padding: 0;
    margin: 0;
  }
}
.section-our-purpose .swiper .arrows-holder {
  display: none;
}
@media (min-width: 769px) {
  .section-our-purpose .swiper .arrows-holder {
    align-content: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1.5625rem 0 0;
    display: flex;
  }
  .section-our-purpose .swiper .arrows-holder .swiper-button-next,
  .section-our-purpose .swiper .arrows-holder .swiper-button-prev {
    top: auto;
    position: relative;
    margin-top: 0;
    left: auto;
    right: auto;
    width: 1.875rem;
    height: 1.875rem;
  }
  .section-our-purpose .swiper .arrows-holder .swiper-button-next svg,
  .section-our-purpose .swiper .arrows-holder .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
  .section-our-purpose .swiper .arrows-holder .swiper-button-next svg path,
  .section-our-purpose .swiper .arrows-holder .swiper-button-prev svg path {
    fill: #10294C;
  }
  [data-theme=dark-blue] .section-our-purpose .swiper .arrows-holder .swiper-button-next svg path,
  [data-theme=dark-blue] .section-our-purpose .swiper .arrows-holder .swiper-button-prev svg path {
    fill: #fff;
  }
}
.section-our-purpose .card {
  border: 0;
  background: none;
  height: 100%;
}
@media (min-width: 1200px) {
  .section-our-purpose .card h4,
  .section-our-purpose .card .h4 {
    font-size: 2rem;
    line-height: 1.3125;
    margin: 0 0 0.375rem;
  }
}
.section-our-purpose .card .card-image img {
  width: 100%;
}
.section-our-purpose .card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-our-purpose .card .btn {
  padding: 0.625rem 2.5rem 0.625rem 1.75rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .section-our-purpose .card .btn {
    font-size: 0.8125rem;
  }
}
.section-our-purpose .card .links-holder {
  padding: 0.625rem 0 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .section-our-purpose .card .links-holder {
    padding: 1.25rem 0 0;
  }
}
.section-our-purpose .card .link-with-arrow {
  text-decoration: underline;
  letter-spacing: -0.0225rem;
}
.section-our-purpose .card .link-with-arrow svg {
  transition: transform 0.3s ease-in-out;
  margin: 0 0 0 0.375rem;
}
.section-our-purpose .card .link-with-arrow:hover {
  text-decoration: none;
}
.section-our-purpose .card .link-with-arrow:hover svg {
  transform: translateX(0.25rem);
}