@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

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

.cards-with-icon .section-wrap-centered {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  gap: 60px;
  display: flex;
  flex-flow: column nowrap;
}

.cards-with-icon .section-wrap-centered h2 {
  margin: 0;
  color: #1B2540;
  text-align: center;

  /* Desktop/H3 - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 127.778% */
  text-transform: capitalize;
}

.cards-with-icon .section-wrap-centered h2 span {
  font-style: italic;
  font-weight: 900;
}

.cards-with-icon .section-wrap-centered .wysiwyg-content {
  margin-top: 24px;
  max-width: 1000px;
  margin: 0 auto;
  color: #616161;
  text-align: center;

  /* Desktop/Par - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.cards-with-icon .section-wrap-centered .wysiwyg-content.top-label {
  width: 100%;
  color: #2D969C;
  text-align: center;

  /* Desktop/Label - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin: 0;
}

.cards-with-icon .section-wrap-centered .button-wrapper {
  margin-top: 80px;
  justify-content: center;
}

.cards-with-icon .section-wrap-centered .list-icon {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

.cards-with-icon .section-wrap-centered .list-icon .divider {
  width: 0.4%;
  position: relative;
  flex: 1 1 auto;
  background: #C8C8CA;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc .image-wrap {
  width: 100%;
  max-width: 100px;
  height: 100px;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc .image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc:first-child {
  padding-top: 0;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc:last-child {
  padding-bottom: 0;
}

/* .cards-with-icon .section-wrap-centered .list-icon .icon-desc p {
  color: #616161;
} */

.cards-with-icon .section-wrap-centered .top-content {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  align-items: center;
}

.cards-with-icon .section-wrap-centered .top-content:empty {
  display: none;
}

.cards-with-icon .section-wrap-centered .top-content>p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc:last-child::after {
  content: unset !important;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc .desc-wrap {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc .desc-wrap h4 {
  margin: 0;
  color: #000;
  text-align: center;

  /* Desktop/H5 - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  text-transform: capitalize;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc .desc-wrap .wysiwyg-content {
  color: #58585A;
  text-align: center;

  /* Desktop/Par - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc .desc-wrap .wysiwyg-content :first-child {
  margin-top: 0;
}

.cards-with-icon .section-wrap-centered .list-icon .icon-desc .desc-wrap .wysiwyg-content :last-child {
  margin-bottom: 0;
}

.cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc {
  width: 100%;
  flex: 1 1 auto;
  position: relative;
}

/* .cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #b5b5b5;
  right: -36px;
} */
.cards-with-icon .section-wrap-centered .button-wrapper {
  margin-top: 24px;
}

.cards-with-icon .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 .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;
}

@media screen and (max-width: 1279px) {
  .cards-with-icon .section-wrap-centered h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .cards-with-icon .section-wrap-centered h2 span {
    font-weight: 700;
  }

}

@media screen and (max-width: 767px) {
  .cards-with-icon {
    padding: 40px 20px;
  }

  .cards-with-icon .section-wrap-centered .list-icon.two-col {
    margin-top: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
  }

  .cards-with-icon .section-wrap-centered .bottom-content {
    margin-top: 40px;
  }

  .cards-with-icon .section-wrap-centered .list-icon .divider {
    width: 100%;
    height: 1px;
  }

  .cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc {
    width: 100%;
    flex-direction: row;
    max-width: calc(100% / 2 - 19px);
    gap: 20px;
  }

  /* .cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc img {
    max-width: 100px;
  } */
  .cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc::after {
    top: unset;
    bottom: -12px;
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    right: 0;
  }

  .cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc {
    gap: 16px;
  }

  .cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc {
    flex-direction: column;
  }

  .cards-with-icon .section-wrap-centered .list-icon .icon-desc .desc-wrap h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .cards-with-icon .section-wrap-centered .list-icon .icon-desc .desc-wrap .wysiwyg-content {
    font-size: 16px;
    line-height: 24px;
  }

  /* .cards-with-icon .section-wrap-centered .wysiwyg-content {
    margin-top: 8px !important;
  } */

  .cards-with-icon .section-wrap-centered .wysiwyg-content.top-label {
    margin-top: 0 !important;
  }

  .cards-with-icon .section-wrap-centered .list-icon.two-col {
    gap: 40px;
  }

  .cards-with-icon .section-wrap-centered .list-icon.two-col .icon-desc {
    max-width: 100%;
  }
}

.cards-with-icon .section-wrap-centered .bottom-content {
  margin-top: 60px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.cards-with-icon .section-wrap-centered .bottom-content .wysiwyg-content {
  width: 100%;
  max-width: 1040px;
  color: #616161;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.cards-with-icon .section-wrap-centered .bottom-content .wysiwyg-content :first-child {
  margin-top: 0;
}

.cards-with-icon .section-wrap-centered .bottom-content .wysiwyg-content :last-child {
  margin-bottom: 0;
}

.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4,
.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
}

.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc,
.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc {
  width: 100%;
  max-width: 33.33333333333333%;
  padding: 40px;
  position: relative;
  border-top: 1px solid #C8C8CA;
}

.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc {
  max-width: 25%;
}

.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:before,
.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #C8C8CA;
  height: calc(100% - 80px);
  left: 0;
}

@media (min-width: 992px) {
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:nth-child(3n + 1):before {
    display: none;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:nth-child(4n + 1):before {
    display: none;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:nth-child(-n+4) {
    border-top: 0;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:nth-child(-n+3) {
    border-top: 0;
  }
}

@media (max-width: 991px) {

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc,
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc {
    max-width: 50%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:nth-child(2n + 1):before,
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:nth-child(2n + 1):before {
    display: none;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:nth-child(-n+2),
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:nth-child(-n+2) {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .cards-with-icon .section-wrap-centered {
    gap: 40px;
  }

  .cards-with-icon .section-wrap-centered .list-icon {
    flex-flow: column nowrap;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc,
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc {
    max-width: 100%;
    padding: 32px 0;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:before,
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:before {
    display: none;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:first-child,
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .icon-desc:last-child,
  .cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .icon-desc:last-child {
    padding-bottom: 0;
  }
}


.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid .divider,
.cards-with-icon .section-wrap-centered .list-icon.tab-item-grid-4 .divider {
  display: none;
}