.box-content .accordion .accordion-item .accordion-title {
    color: #0e0048;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 48px;
    margin-bottom: 0;
    margin-left: 12px;
    padding: 0 24px 12px 0;
    position: relative;
    z-index: 1;
}

.box-content .accordion .accordion-item:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 12px;
    color: #00bbe7;
    font-size: 1.2em;
    width: auto;
    height: auto;
    background-color: transparent;
    left: 0px;
    pointer-events: none;
    -webkit-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
}

.box-content .accordion .accordion-item .accordion-title:after {
    content: "";
    background-color: #d0d6dc;
    height: 1px;
    display: block;
    margin-left: -48px;
    margin-top: 16px;
}

.box-content .accordion .accordion-content .box-content {
    padding: 24px 12px 24px 12px;
}

h4:not(:first-child), h5:not(:first-child), section.banner-section .box--uspreadmore .box-footer h4:not(:first-child) {
        margin-top: 16px;
    }