.information.banner {
    background-color: rgba(0, 0, 0, 0.7);
}

.information.banner::after {
    background-image: url("/img/information/information.jpg");
    background-position: bottom;
}

.fatherOfAll > *:not(svg) {
    padding: 3em 0;
}

/* Custom Page */
ol {
    margin: 0;
    color: #2b579a;
}

ol span {
    color: #000;
}

.payBlock {
    justify-content: space-evenly;
    align-items: unset;
}

.payBlock > div {
    padding: 0 1em;
    box-sizing: border-box;
    justify-content: center;
}

.payBlock > div img {
    margin-top: 20px;
    width: auto;
    max-height: 88px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .payBlock > div {
        width: 20%;
    }
}

@media (max-width: 767px) and (min-width: 451px) {
    .payBlock > div {
        width: 50%;
        padding-bottom: 2em;
    }
}

@media (max-width: 450px) {
    .payBlock > div {
        width: 100%;
        padding-bottom: 2em;
    }
}

.payBlock i {
    color: #2b579a;
    font-size: 60px;
    padding-top: 20px;
}

.newOl p {
    padding: 1em;
}

@media (min-width: 768px) {
    .newOl p {
        flex-wrap: unset;
        text-align: left;
        justify-content: left;
    }

    .newOl span {
        margin-right: 20px;
    }
}

.newOl span {
    background-color: #2b579a;
    color: white;
    padding: .5em 1em;
    width: 11px;
    text-align: center;
}

@media (max-width: 767px) {
    .newOl span {
        margin-bottom: 15px;
    }
}
