.boleto {}

.boleto .app {
    background-color: var(--wp--preset--color--ch-dark-blue);
    padding: 64px 24px;
}
.boleto .app h2 {
    color: var(--wp--preset--color--ch-white);
    font-family: var(--wp--preset--font-family--galano);
    font-size: 32px;
    font-weight: 700;
}
.boleto .app p {
    color: var(--wp--preset--color--ch-white);
    font-family: var(--wp--preset--font-family--galano);
    font-size: 16px;
    font-weight: 40;
}
.boleto .app .is-layout-flex {
    margin-top: 32px;
    @media( max-width: 480px ){
        & {
            align-items: center;
            flex-direction: column;
            width: 100%;
        }
    }
}

.boleto .conteudo {
    padding: 0 16px;
}
.boleto .conteudo p,
.boleto .conteudo ul li {
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 18px;
    font-weight: 500;
}

.boleto .conteudo p strong {
    font-weight: 800;
}