.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: #000;
  text-align: center;
}

.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: 720px;
  margin: 0 auto;
}

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .content>.wysiwyg-content.list-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
}

.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: 60px;
  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;

  /* Desktop/H6 - Desktop */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
}

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

.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: 'Roboto', sans-serif;
  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: 36px;
    line-height: 44px;
  }
}

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


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

.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: #005357;
  font-size: 18px;
  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 20px;
    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%;
  }

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

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