.cards-with-icon--top-title {
  padding: 100px 20px;
}

.cards-with-icon--top-title .section-wrap-centered {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.cards-with-icon--top-title .section-wrap-centered h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #233141;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title .section-wrap-centered h2 {
    font-size: 34px;
    line-height: 42px
  }
  .cards-with-icon--top-title {
    padding: 40px 20px;
  }
}
.cards-with-icon--top-title .section-wrap-centered .button-wrapper {
  margin-top: 80px;
  justify-content: center;
}
.cards-with-icon--top-title .section-wrap-centered .list-icon {
  display: flex;
  margin-top: 60px;
  gap: 80px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title .section-wrap-centered .list-icon {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 0;
  }
}
.cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc {
    max-width: 100%;
    flex-direction: column;
    gap:16px;
    padding: 0;
  }
}
.cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc:first-child {
  padding-top: 0;
}
.cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc:last-child {
  padding-bottom: 0;
}
/* @media only screen and (max-width: 767px) {
  .cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc img {
    width: 80px;
    height: 80px;
  }
} */
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc h5 {
    text-align: left;
  }
}
.cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc p {
  color: #616161;
}
.cards-with-icon--top-title .section-wrap-centered .top-content {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  align-items: center;
}
.cards-with-icon--top-title .section-wrap-centered .top-content > p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc::after {
    top: unset;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 100%;
  }
}
.cards-with-icon--top-title
  .section-wrap-centered
  .list-icon
  .icon-desc:last-child::after {
  content: unset !important;
}
.cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc .desc-wrap h4 {
    color: #404040;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.cards-with-icon--top-title .section-wrap-centered .list-icon.two-col {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}

.cards-with-icon--top-title .section-wrap-centered .list-icon.two-col .icon-desc {
  width: 100%;
  max-width: calc(25% - 34px);
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title .section-wrap-centered .list-icon.two-col {
    flex-flow: column nowrap;
    gap: 40px;
  }
  .cards-with-icon--top-title .section-wrap-centered .list-icon.two-col .icon-desc {
    max-width: 100%;
  }
  .cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc:last-child {
    padding-bottom: 24px;
  }
}
.cards-with-icon--top-title .section-wrap-centered .button-wrapper {
  margin-top: 24px;
}
.cards-with-icon--top-title .section-wrap-centered .button-wrapper .btn {
  padding: 22px 40px;
  background: #fff;
  box-shadow: -2px 4px 34px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}
.cards-with-icon--top-title.has-5-columns h3 {
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-5-columns h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-transform: unset;
  }
}
.cards-with-icon--top-title.has-5-columns .list-icon {
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .cards-with-icon--top-title.has-5-columns .list-icon {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-5-columns .icon-desc {
    gap: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-5-columns .icon-desc img {
    width: 126px !important;
    height: 144px !important;
  }
}
.cards-with-icon--top-title.has-5-columns .icon-desc::after {
  right: -16px !important;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-5-columns .icon-desc::after {
    right: unset !important;
  }
}
.cards-with-icon--top-title.has-5-columns h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-5-columns h5 {
    font-size: 22px;
    line-height: 30px;
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-5-columns p {
    font-size: 15px;
    line-height: 23px;
  }
}
.cards-with-icon--top-title.has-5-columns .btn {
  color: #543975;
}
.cards-with-icon--top-title.has-5-columns .section-wrap-centered .button-wrapper {
  margin-top: 80px;
}
.cards-with-icon--top-title.has-5-columns
  .section-wrap-centered
  .button-wrapper
  .btn:hover {
  background: var(--primary-primary-500-base, #84719b);
  color: var(--grey-grey-0-white, #fff);
}
.cards-with-icon--top-title.has-5-columns
  .section-wrap-centered
  .button-wrapper
  .btn:focus {
  background: var(--primary-primary-900, #543975);
  color: var(--grey-grey-0-white, #fff);
}
.cards-with-icon--top-title.has-left-aligned-icon h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.29px;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-left-aligned-icon h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.cards-with-icon--top-title.has-left-aligned-icon .icon-desc {
  align-items: flex-start !important;
}
.cards-with-icon--top-title.has-left-aligned-icon .icon-desc ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.cards-with-icon--top-title.has-left-aligned-icon .icon-desc ul li a:visited {
  color: #fff;
}
.cards-with-icon--top-title.has-left-aligned-icon .icon-desc ul li a:hover {
  text-decoration: underline;
}
.cards-with-icon--top-title.has-left-aligned-icon .desc-wrap h5 {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.has-left-aligned-icon .desc-wrap h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.cards-with-icon--top-title.has-left-aligned-icon .img-wrap {
  width: 100%;
  text-align: left;
}
.cards-with-icon--top-title.has-left-aligned-icon ul {
  margin: 0;
  width: 100%;
  text-align: left;
  padding-top: 12px;
  padding-left: 29px;
}
.cards-with-icon--top-title.has-left-aligned-icon ul li::marker {
  color: #d1c5e0;
}
.cards-with-icon--top-title.aligned-icons .list-icon {
  flex-wrap: wrap;
}
.cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
  width: 30%;
  max-width: calc(30% - 11px);
}
@media screen and (max-width: 1310px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
    max-width: calc(30% - 13px);
  }
}
@media screen and (max-width: 1249px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
    max-width: calc(30% - 14px);
  }
}
@media screen and (max-width: 1219px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
    max-width: calc(30% - 15px);
  }
}
@media screen and (max-width: 1189px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
    max-width: calc(30% - 16px);
  }
}
@media screen and (max-width: 1169px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
    max-width: calc(30% - 19px);
  }
}
@media screen and (max-width: 1069px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
    max-width: calc(30% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc {
    width: 100%;
    max-width: 100%;
  }
}
.cards-with-icon--top-title.aligned-icons .list-icon .icon-desc:nth-child(3n)::after {
  content: unset;
  /* Start a new line for every fourth element */
}
@media only screen and (max-width: 767px) {
  .cards-with-icon--top-title.aligned-icons .list-icon .icon-desc:nth-child(3n)::after {
    content: "";
  }
  .section-with-button h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.section-with-button .icon-desc {
  gap: 16px !important;
}
@media only screen and (max-width: 767px) {
  .section-with-button .icon-desc {
    flex-direction: column !important;
  }
  .section-with-button .icon-desc img {
    width: 118px !important;
    height: 134.45px !important;
  }
  .section-with-button .button-wrapper {
    margin-top: 40px !important;
  }

  .cards-with-icon--top-title .section-wrap-centered .top-content > p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; 
  }
  .cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc .desc-wrap h4 {
    font-size: 20px;
    line-height: 28px; 
  }
  .cards-with-icon--top-title .section-wrap-centered .list-icon .icon-desc p {
    font-size: 18px;
    line-height: 26px; 
  }
}


.cards-with-icon--top-title .section-wrap-centered .top-content h6 {
    color: #808080;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}