.bog_standard_installment-logo::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 35px;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../img/icon/j2h34bf1x3f45f65.svg');
}

.bog_bnpl_installment-logo::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 35px;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../img/icon/128d33617fc6b3f587e7.png');
}

@media (max-width: 768px) {
    .bog_bnpl_installment-logo::before,
    .bog_standard_installment-logo::before {
        height: 26px;
        right: 3%;
    }

    body {
        font-size: 12px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}