.strip-wysiswyg-and-repeater-section {
  padding: 100px 20px;
}
.strip-wysiswyg-and-repeater-section .wrap {
  width: 100%;
  margin: 0 auto;
  border-left: solid 20px #00488e;
}
.strip-wysiswyg-and-repeater-section .wrap .wysiwyg-content > h2 {
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 52px;
}
.strip-wysiswyg-and-repeater-section .wrap label {
  display: block;
  background: #e8eff2;
  padding: 2px 12px;
  color: #002951;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.strip-wysiswyg-and-repeater-section .wrap .inner-wrap {
  width: 100%;
}

.strip-wysiswyg-and-repeater-section .wrap .inner-wrap .strip-ul li,
.strip-wysiswyg-and-repeater-section .wrap .inner-wrap .strip-ul li a {
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.strip-wysiswyg-and-repeater-section .wrap .inner-wrap .strip-ul li a {
  color: #00738C;
}

.strip-wysiswyg-and-repeater-section .wrap .inner-wrap .strip-ul li span {
  font-weight: 400;
}
/* Responsive Area */

@media screen and (max-width: 767px) {
  .strip-wysiswyg-and-repeater-section {
    padding: 40px 20px;
  }
  .strip-wysiswyg-and-repeater-section .wrap {
    border-left: solid 8px #00488e;
    padding-left: 24px;
  }
  .strip-wysiswyg-and-repeater-section .wrap .inner-wrap .strip-ul li,
  .strip-wysiswyg-and-repeater-section .wrap .inner-wrap .strip-ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}

.strip-wysiswyg-and-repeater-section .wrap {
  border-left: 0;
  max-width: 1120px;
}
.strip-wysiswyg-and-repeater-section .wrap .columns {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
.strip-wysiswyg-and-repeater-section .wrap .columns .column-title h2 {
  color: #000;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px; /* 116.667% */
  text-transform: capitalize;
}
.strip-wysiswyg-and-repeater-section .wrap .columns .column-body {
  border-left: solid 20px #00738C;
  padding-left: 60px;
}
.strip-wysiswyg-and-repeater-section .wysiwyg-content .two-column-list li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 22C17.9706 22 22 17.9706 22 13C22 8.02944 17.9706 4 13 4C8.02944 4 4 8.02944 4 13C4 17.9706 8.02944 22 13 22ZM17.8881 11.6574C18.2937 11.2518 18.2937 10.5943 17.8881 10.1888C17.4826 9.78323 16.8251 9.78323 16.4195 10.1888L12.2102 14.3981L10.1615 12.8615C9.70272 12.5174 9.05181 12.6104 8.70769 13.0692C8.36357 13.5281 8.45656 14.179 8.91538 14.5231L11.6846 16.6C12.098 16.9101 12.6766 16.869 13.042 16.5035L17.8881 11.6574Z' fill='%2300738C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.strip-wysiswyg-and-repeater-section
  .wrap
  .inner-wrap
  .content.wysiwyg-content
  p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1279px) {
  .strip-wysiswyg-and-repeater-section .wrap .columns {
    gap: 24px;
  }
  .strip-wysiswyg-and-repeater-section .wrap .columns .column-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .strip-wysiswyg-and-repeater-section .wrap .columns .column-body {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .strip-wysiswyg-and-repeater-section  {
    border-top: solid 8px #4EB0E9;
  }
  .strip-wysiswyg-and-repeater-section .wrap {
    padding-left: 0;
  }
  .strip-wysiswyg-and-repeater-section .wrap .columns .column-body {
    padding-left: unset;
    border-width: unset;
    border-left: unset;
  }
  .strip-wysiswyg-and-repeater-section .wysiwyg-content h2 {
    /* border-bottom: solid 8px #73926f;
    padding-bottom: 12px; */
    margin-bottom: 32px;
  }
}
.wysiwyg-content .two-column-list,
.wysiwyg-content .checkmark {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
    margin-top: 24px!important;
    gap: 0!important;
  }
  .wysiwyg-content .two-column-list {
    flex-flow: row wrap!important;
    
}
.wysiwyg-content .two-column-list li {
  border-bottom: solid 1px #dedee2;
    padding: 20px;
    position: relative;
    padding-left: 36px;
    width: calc(50% - 0px);
}
@media only screen and (max-width: 767px) {
  .wysiwyg-content .two-column-list li {
      width: 100%;
  }
  .strip-wysiswyg-and-repeater-section .wrap .wysiwyg-content > h2 {
    font-size: 32px;
    line-height: 40px;
  }
}