.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: var(--black-800);
    font-size: 20px;
    line-height: 28px;
}

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul>li .content {
    color: var(--black-800);
}

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul>li .content strong {
    font-weight: 500;
    color: var(--black-1000) !important;
}

.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;
    text-align: center;
    color: var(--dark-blue);
}

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

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

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

.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 #bebebe;
    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: 100%;
    max-width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.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 {
    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: var(--mobile-h2-size);
        line-height: var(--mobile-h2-line-height);
    }

    .boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list>li::before {
        max-width: 24px;
        height: 24px;
    }
}

.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;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDRDMTcuOTcwNiA0IDIyIDguMDI5NDQgMjIgMTNDMjIgMTcuOTcwNiAxNy45NzA2IDIyIDEzIDIyQzguMDI5NDQgMjIgNCAxNy45NzA2IDQgMTNDNCA4LjAyOTQ0IDguMDI5NDQgNCAxMyA0Wk0xNy41NDQ5IDguMTYxMTNDMTcuMDgxOSA3Ljg2MDM1IDE2LjQ2MjEgNy45OTIxIDE2LjE2MTEgOC40NTUwOEwxMS43MzQ0IDE1LjI2NTZMOS43OTQ5MiAxMi43MjE3QzkuNDYwMDIgMTIuMjgyNiA4LjgzMjY5IDEyLjE5ODQgOC4zOTM1NSAxMi41MzMyQzcuOTU0NTkgMTIuODY4MSA3Ljg3MDI2IDEzLjQ5NTUgOC4yMDUwOCAxMy45MzQ2TDExLjAwNDkgMTcuNjA2NEMxMS4yMDIxIDE3Ljg2NSAxMS41MTMgMTguMDExMiAxMS44Mzc5IDE3Ljk5OUMxMi4xNjI3IDE3Ljk4NjcgMTIuNDYxNSAxNy44MTc1IDEyLjYzODcgMTcuNTQ0OUwxNy44Mzg5IDkuNTQ0OTJDMTguMTM5NyA5LjA4MTg5IDE4LjAwNzkgOC40NjIwNyAxNy41NDQ5IDguMTYxMTNaIiBmaWxsPSIjRDA1NzZFIi8+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: var(--color-black);
    font-size: var(--desktop-h5-size);
    line-height: var(--desktop-h5-line-height);
    margin: 0;
}

.boxed-wysiwyg-bulleted-list-with-heading-and-description .wrap .inner-wrap .strip-ul>li .content * {
    color: var(--body-text) !important;
    margin-top: 0;
    font-weight: 400;
}

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

@media (max-width: 1279px) {
    .boxed-wysiwyg-bulleted-list-with-heading-and-description .wysiwyg-content .two-column-list li>h5 {
        font-size: var(--mobile-h5-size);
        line-height: var(--mobile-h5-line-height);
    }
}

@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: 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%;
    }

    .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:first-child:before {
        top: 0;
    }
}