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

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

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

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

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

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .content .top-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .content h2 {
  margin: 0;
  color: #24306A;
  font-family: Noto Sans;
  font-weight: 600;
  font-style: Italic;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

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

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

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

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .content>.wysiwyg-content.list-wrapper {
  background: #F8EFF3;
  padding: 40px;
  border-radius: 16px;
}

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


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

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

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

.boxed-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: 36px;
}

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li::before {
  content: "";
  left: 0;
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: block;
  position: absolute;
}

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

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

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

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


.boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content p,
.boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content li {
  color: #515151;
  font-family: lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

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

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


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

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

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

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

.boxed-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) {
  .boxed-wysiwyg-bulleted-list-with-heading-and-description {
    padding: 40px 20px;
  }

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

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

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

  .boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

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


.boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.74393' y='5.32446' width='16.5121' height='16.5121' rx='8.25607' fill='%23701346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2806 11.5303C17.3597 11.4363 17.4199 11.3269 17.4576 11.2084C17.4954 11.0899 17.51 10.9648 17.5006 10.8404C17.4911 10.7159 17.4579 10.5947 17.4027 10.4839C17.3475 10.373 17.2716 10.2747 17.1794 10.1948C17.0872 10.1149 16.9805 10.055 16.8656 10.0186C16.7508 9.98215 16.6301 9.96998 16.5107 9.98277C16.3913 9.99556 16.2755 10.0331 16.1702 10.093C16.0649 10.153 15.9723 10.2343 15.8976 10.3321L12.026 15.1613L10.0226 13.0776C9.85281 12.9071 9.62538 12.8127 9.3893 12.8149C9.15322 12.817 8.92739 12.9154 8.76045 13.089C8.59351 13.2625 8.49882 13.4973 8.49677 13.7428C8.49472 13.9882 8.58547 14.2246 8.74948 14.4012L11.4506 17.2094C11.5391 17.3013 11.645 17.3731 11.7616 17.4201C11.8783 17.4671 12.003 17.4883 12.128 17.4824C12.2529 17.4765 12.3753 17.4436 12.4874 17.3858C12.5994 17.328 12.6986 17.2466 12.7787 17.1467L17.2806 11.5303Z' fill='white'/%3E%3C/svg%3E%0A");
}

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

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list li>h5 {
  color: #000000;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 1279px) {}

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

  .boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .content>.wysiwyg-content.list-wrapper {
    padding: 16px 15px;
    border-radius: 16px;
  }

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

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

  .boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap {
    padding-left: 0;
  }

  .boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li {
    width: 100%;
    padding-right: 0;
    padding-left: 32px;
  }

  .boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul>li:first-child {
    padding-top: 0;
  }

  .boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul>li:last-child {
    padding-bottom: 0;
    border-bottom: unset;
  }

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