.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;
}
.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: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.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: 18px;
    line-height: 26px;
  }
}

.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 #4EB0E9;
  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='36' height='37' viewBox='0 0 36 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3.51367' width='30' height='30' rx='15' fill='%231491D3'%3E%3C/rect%3E%3Cpath d='M26.2071 19.2208C26.5976 18.8303 26.5976 18.1971 26.2071 17.8066L19.8431 11.4426C19.4526 11.0521 18.8195 11.0521 18.4289 11.4426C18.0384 11.8331 18.0384 12.4663 18.4289 12.8568L24.0858 18.5137L18.4289 24.1705C18.0384 24.5611 18.0384 25.1942 18.4289 25.5847C18.8195 25.9753 19.4526 25.9753 19.8431 25.5847L26.2071 19.2208ZM10.5 19.5137L25.5 19.5137V17.5137L10.5 17.5137L10.5 19.5137Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  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%;
  }
}