.bg-header {
    background: #0F2027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    padding: 50px 0;
    display: inline-block;
}

.bg-header h1 {
    color: #fff;
    font-size: 45px;
}

.section h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #5e5e5e;
}

.section .subtitle {
    text-align: center;
    color: #0000005e;
}

.fee-block {
    text-align: center;
    margin: 50px 0;
}

.fee-block img {
    display: inline-block;
}

.fee-block p {
    font-weight: 600;
    color: #00000054;
}

.fee-text {
}

.fee-text p {
    text-align: center;
    color: #00b3ff;
    font-size: 18px;
}

.fee-text ul {
}

.fee-text ul li {
    font-size: 14px;
    margin-bottom: 20px;
    color: #0000009c;
}
