.wysiwyg-bulleted-list-with-heading-and-description {
  padding: 100px 20px;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap {
  width: 100%;
  margin: 0 auto;
  border-left: solid 20px #00488e;
}

.wysiwyg-bulleted-list-with-heading-and-description .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;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap {
  width: 100%;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul>li {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .content h2 {
  font-family: Lato;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
  color: #000;
  margin: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .content h2>span {
  color: #005357;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .content .top-content {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .content .top-content>.wysiwyg-content {
  text-align: center;
  width: 100%;
  max-width: 693px;
  margin: 0 auto;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul li span {
  font-weight: 400;
}


.wysiwyg-bulleted-list-with-heading-and-description .wrap .bottom-content {
  margin-top: 40px;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .bottom-content * {
  color: #005357;
  text-align: center;
  font-family: lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .bottom-content strong {
  font-weight: 700;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li {
  border-bottom: solid 1px #dedee2;
  width: 50%;
  padding: 20px 12px;
  position: relative;
  padding-left: 48px;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li::before {
  content: "";
  left: 4px;
  width: 100%;
  height: 32px;
  max-width: 32px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li:last-child:not(:nth-child(even)) p {
  width: 100%;
  max-width: 50%;
  margin-top: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li:last-child:not(:nth-child(even)) {
  width: 100%;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .content>* {
  margin-bottom: 0;
  margin-top: 12px !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .content>*:first-child {
  margin-top: 0px;
}


.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content p,
.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content li {
  color: #020202;
  margin: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .content .top-content .wysiwyg-content {
  text-align: center;
}

.wysiwyg-bulleted-list-with-heading-and-description a:focus,
.wysiwyg-bulleted-list-with-heading-and-description a:focus-visible {
  outline: none;
  border: none;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content ul,
.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content ol {
  margin-left: 0;
  padding-left: 32px;
  margin-top: 12px;
}


.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content a {
  text-decoration: underline;
  color: inherit !important;
  font-weight: inherit !important;
  word-break: break-all;
  font-size: inherit !important;
  line-height: inherit !important;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content strong {
  font-weight: 600;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content blockquote {
  background: #751711;
  padding: 12px 16px;
  padding-left: 36px;
  position: relative;
  margin-top: 12px;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content blockquote * {
  margin-top: 0 !important;
  color: #fff;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content blockquote:before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 16px;
  width: 4px;
  background: #fff;
}

/* Responsive Area */

@media screen and (max-width: 767px) {
  .wysiwyg-bulleted-list-with-heading-and-description {
    padding: 40px 20px;
  }

  .wysiwyg-bulleted-list-with-heading-and-description .wrap {
    border-left: solid 8px #00488e;
    padding-left: 24px;
  }

  /* .wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content p {
    font-size: 16px;
    line-height: 24px;
  } */

  .wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul li,
  .wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul li a {
    font-size: 18px;
    line-height: 26px;
  }

  .wysiwyg-bulleted-list-with-heading-and-description .wrap .bottom-content {
    margin-top: 40px;
  }
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap {
  border-left: 0;
  max-width: 1120px;
}


.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 4.58057C9.37273 4.58057 4 9.95329 4 16.5806C4 23.2078 9.37273 28.5806 16 28.5806C22.6273 28.5806 28 23.2078 28 16.5806C28 9.95329 22.6273 4.58057 16 4.58057ZM21.2015 14.5515C21.2972 14.442 21.3701 14.3145 21.4159 14.1764C21.4617 14.0383 21.4794 13.8925 21.4679 13.7475C21.4565 13.6024 21.4162 13.4612 21.3494 13.332C21.2825 13.2028 21.1905 13.0882 21.0788 12.9951C20.967 12.902 20.8378 12.8322 20.6987 12.7897C20.5595 12.7473 20.4133 12.7331 20.2686 12.748C20.1239 12.7629 19.9836 12.8066 19.8561 12.8765C19.7285 12.9464 19.6162 13.0412 19.5258 13.1551L14.8349 18.7831L12.4076 16.3547C12.2019 16.156 11.9263 16.0461 11.6403 16.0486C11.3543 16.051 11.0806 16.1658 10.8784 16.368C10.6761 16.5703 10.5614 16.8439 10.5589 17.1299C10.5564 17.416 10.6664 17.6915 10.8651 17.8973L14.1378 21.17C14.245 21.2771 14.3733 21.3608 14.5146 21.4155C14.6559 21.4703 14.8071 21.4951 14.9585 21.4882C15.1099 21.4813 15.2582 21.443 15.3939 21.3756C15.5297 21.3082 15.6499 21.2133 15.7469 21.0969L21.2015 14.5515Z' fill='%23005357'/%3E%3C/svg%3E%0A");
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .content.wysiwyg-content p:first-child {
  margin-top: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list li>h5 {
  color: #000;
  margin: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list li>h5 strong {
  font-weight: inherit;
}

@media only screen and (max-width: 767px) {
  .wysiwyg-bulleted-list-with-heading-and-description .wrap {
    padding-left: 0;
  }
}

@media (max-width: 1279px) {
  .wysiwyg-bulleted-list-with-heading-and-description {
    padding: 80px 20px;
  }
}

@media (max-width: 1024px) {
  .wysiwyg-bulleted-list-with-heading-and-description {
    padding: 60px 20px;
  }
}

@media (max-width: 767px) {
  .wysiwyg-bulleted-list-with-heading-and-description {
    padding: 40px 20px;
  }

  .wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li {
    width: 100%;
  }

  .wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li:last-child:not(:nth-child(even)) p {
    max-width: 100%;
  }

}

@media (max-width: 767px) {
  .wysiwyg-bulleted-list-with-heading-and-description .wrap .content .top-content {
    margin-bottom: 30px;
  }

  .wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content :first-child {
    margin-top: 0
  }
}

.wysiwyg-bulleted-list-with-heading-and-description.with-bottom-wave {
  padding-bottom: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description.with-bottom-wave .bottom-wave-wrap {
  position: relative;
  margin-bottom: -2px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 100px;
}

.wysiwyg-bulleted-list-with-heading-and-description.with-bottom-wave .bottom-wave-wrap .bottom-wave {
  width: 100%;
}

.wysiwyg-bulleted-list-with-heading-and-description.with-bottom-wave .bottom-wave-wrap .bottom-wave svg {
  width: 100%;
  display: block;
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMCAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSAyNS41QzIwLjUyMjkgMjUuNSAyNSAyMS4wMjI5IDI1IDE1LjVDMjUgOS45NzcxNSAyMC41MjI5IDUuNSAxNSA1LjVDOS40NzcxNSA1LjUgNSA5Ljk3NzE1IDUgMTUuNUM1IDIxLjAyMjkgOS40NzcxNSAyNS41IDE1IDI1LjVaTTIwLjQzMTIgMTQuMDA4MkMyMC44ODE4IDEzLjU1NzYgMjAuODgxOCAxMi44MjcgMjAuNDMxMiAxMi4zNzY0QzE5Ljk4MDcgMTEuOTI1OCAxOS4yNTAxIDExLjkyNTggMTguNzk5NSAxMi4zNzY0TDE0LjEyMjUgMTcuMDUzNEwxMS44NDYyIDE1LjM0NjJDMTEuMzM2NCAxNC45NjM4IDEwLjYxMzEgMTUuMDY3MSAxMC4yMzA4IDE1LjU3NjlDOS44NDg0MiAxNi4wODY3IDkuOTUxNzQgMTYuODEgMTAuNDYxNSAxNy4xOTIzTDEzLjUzODUgMTkuNUMxMy45OTc4IDE5Ljg0NDUgMTQuNjQwNiAxOS43OTg4IDE1LjA0NjcgMTkuMzkyOEwyMC40MzEyIDE0LjAwODJaIiBmaWxsPSIjNjk4RTgxIi8+Cjwvc3ZnPgo=');
}

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content.text--white .two-column-list>li:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMCAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSAyNS41QzIwLjUyMjkgMjUuNSAyNSAyMS4wMjI5IDI1IDE1LjVDMjUgOS45NzcxNSAyMC41MjI5IDUuNSAxNSA1LjVDOS40NzcxNSA1LjUgNSA5Ljk3NzE1IDUgMTUuNUM1IDIxLjAyMjkgOS40NzcxNSAyNS41IDE1IDI1LjVaTTIwLjQzMTIgMTQuMDA4MkMyMC44ODE4IDEzLjU1NzYgMjAuODgxOCAxMi44MjcgMjAuNDMxMiAxMi4zNzY0QzE5Ljk4MDcgMTEuOTI1OCAxOS4yNTAxIDExLjkyNTggMTguNzk5NSAxMi4zNzY0TDE0LjEyMjUgMTcuMDUzNEwxMS44NDYyIDE1LjM0NjJDMTEuMzM2NCAxNC45NjM4IDEwLjYxMzEgMTUuMDY3MSAxMC4yMzA4IDE1LjU3NjlDOS44NDg0MiAxNi4wODY3IDkuOTUxNzQgMTYuODEgMTAuNDYxNSAxNy4xOTIzTDEzLjUzODUgMTkuNUMxMy45OTc4IDE5Ljg0NDUgMTQuNjQwNiAxOS43OTg4IDE1LjA0NjcgMTkuMzkyOEwyMC40MzEyIDE0LjAwODJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}


@media (max-width: 1279px) {
  .wysiwyg-bulleted-list-with-heading-and-description.with-bottom-wave .bottom-wave-wrap {
    margin-top: 80px;
  }
}

@media (max-width: 1024px) {
  .wysiwyg-bulleted-list-with-heading-and-description.with-bottom-wave .bottom-wave-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .wysiwyg-bulleted-list-with-heading-and-description.with-bottom-wave .bottom-wave-wrap {
    margin-top: 40px;
  }

  .wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .content>* {
    font-size: 16px;
    line-height: 24px;
  }
}