.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: #404040;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .content h2 {
  color: #000;
  margin: 0;
  text-align: center;
}

.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;
  gap: 16px;
}

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

.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%;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .bottom-content * {
  color: #434343;
}

.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;
}

.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: #434343;
  margin: 0;
}

.wysiwyg-bulleted-list-with-heading-and-description .wrap .content .top-content .wysiwyg-content {}

.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 .wrap .content h2 {
    text-align: center;
  }

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

  .wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list li>h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  /* .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;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA1QzkuMDI5NTUgNSA1IDkuMDI5NTUgNSAxNEM1IDE4Ljk3MDUgOS4wMjk1NSAyMyAxNCAyM0MxOC45NzA1IDIzIDIzIDE4Ljk3MDUgMjMgMTRDMjMgOS4wMjk1NSAxOC45NzA1IDUgMTQgNVpNMTcuOTAxMSAxMi40NzgyQzE3Ljk3MjkgMTIuMzk2MSAxOC4wMjc2IDEyLjMwMDQgMTguMDYxOSAxMi4xOTY5QzE4LjA5NjMgMTIuMDkzMyAxOC4xMDk1IDExLjk4MzkgMTguMTAwOSAxMS44NzUyQzE4LjA5MjQgMTEuNzY2NCAxOC4wNjIxIDExLjY2MDUgMTguMDEyIDExLjU2MzZDMTcuOTYxOSAxMS40NjY3IDE3Ljg5MjkgMTEuMzgwOCAxNy44MDkxIDExLjMxMDlDMTcuNzI1MyAxMS4yNDExIDE3LjYyODMgMTEuMTg4NyAxNy41MjQgMTEuMTU2OUMxNy40MTk2IDExLjEyNSAxNy4zMSAxMS4xMTQ0IDE3LjIwMTUgMTEuMTI1NkMxNy4wOTI5IDExLjEzNjggMTYuOTg3NyAxMS4xNjk1IDE2Ljg5MjEgMTEuMjIyQzE2Ljc5NjQgMTEuMjc0NCAxNi43MTIyIDExLjM0NTQgMTYuNjQ0NCAxMS40MzA5TDEzLjEyNjIgMTUuNjUxOUwxMS4zMDU3IDEzLjgzMDZDMTEuMTUxNCAxMy42ODE2IDEwLjk0NDcgMTMuNTk5MSAxMC43MzAyIDEzLjYwMUMxMC41MTU3IDEzLjYwMjkgMTAuMzEwNSAxMy42ODg5IDEwLjE1ODggMTMuODQwNkMxMC4wMDcxIDEzLjk5MjMgOS45MjEwNCAxNC4xOTc1IDkuOTE5MTggMTQuNDEyQzkuOTE3MzEgMTQuNjI2NiA5Ljk5OTc4IDE0LjgzMzIgMTAuMTQ4OCAxNC45ODc1TDEyLjYwMzQgMTcuNDQyMUMxMi42ODM4IDE3LjUyMjQgMTIuNzggMTcuNTg1MSAxMi44ODYgMTcuNjI2MkMxMi45OTE5IDE3LjY2NzMgMTMuMTA1MyAxNy42ODU5IDEzLjIxODkgMTcuNjgwN0MxMy4zMzI0IDE3LjY3NTYgMTMuNDQzNiAxNy42NDY4IDEzLjU0NTQgMTcuNTk2M0MxMy42NDcyIDE3LjU0NTggMTMuNzM3NCAxNy40NzQ2IDEzLjgxMDIgMTcuMzg3M0wxNy45MDExIDEyLjQ3ODJaIiBmaWxsPSIjQ0E1QjYxIi8+Cjwvc3ZnPgo=");
}

.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 {
  font-family: Lora;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000000;
  margin: 0;
}

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

.wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .content * {
  color: #404040 !important;
}

@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 .wysiwyg-content .content * {
    font-size: 16px;
    line-height: 24px;
  }
}