section .imgplh{
padding:16px;
}

.imgplh span.icomoon-icon {
    background-image: url(/Ajuda/Seguranca/PublishingImages/novo/img/beneficiary-list.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
    font-size: 0;
    background-repeat: no-repeat;
background-position: center;
}


section .imgAlerta {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 60px;
}
section .alerta-fraude {
    width: 363px;
}
@media only screen and (max-width: 1004px) {
    section .textcontent .imgAlerta {
        justify-content: center;
}
    .imgplh {
        width: 100%;
    }
}

    section.exemplo p {
        font-size: inherit;
        margin-bottom: 24px;
    }

    section.exemplo h2.heading-primary-title {
        margin-bottom: 27px;
    }

    section.exemplo h3 {
        font-family: 'Spartan';
        font-weight: 700;
        font-size: 23px;
        text-align: left;
        color: #00559a;
        margin: 0px 0 19px;
    }

    section.exemplo h4 {
        font-family: Spartan;
        font-size: 19px;
        font-weight: 600;
        line-height: 28.5px;
        text-align: left;
        color: var(--Primary-Fado);
        padding-bottom: 20px;
    }

    section.exemplo h5 {
        font-family: Spartan;
        font-size: 18px;
        font-weight: 600;
        line-height: 28.5px;
        text-align: left;
        padding-bottom: 20px;
    }

    section.exemplo H6 {
        color: #00559A;
        font-size: 1em;
        padding-bottom: 10px;
        font-weight: normal;
        padding: 0;
    }

    section.exemplo H7 {
        color: #00559A;
        font-size: 1em;
        margin-bottom: 24px;
        font-weight: normal;
        padding: 0;
    }

    section.exemplo ul {
        margin: 10px 20px 20px 20px;
    }

        section.exemplo ul li {
            color: #3f5b78;
            list-style: disc;
            padding-bottom: 20px;
        }

            section.exemplo ul li ul li {
                color: #4c4c4c;
            }

    section.exemplo ol {
        margin: 10px 0;
        counter-reset: item;
    }

        section.exemplo ol li {
            display: block;
            font-size: 1.143em;
            color: #0A243E;
            padding-bottom: 10px;
        }

            section.exemplo ol li:before {
                content: counters(item,".") ". ";
                counter-increment: item;
                font-weight: 700;
            }

            section.exemplo ol li li {
                font-size: 0.875em;
                padding-left: 20px;
                color: #4c4c4c;
            }
