.page-heading {
    background-color: #0e2049 !important;
    padding-top: 3em;
    padding-bottom: 1vh;
    color: #fff;
    margin-top: 65px;
}

.page-heading p {
    font-size: 12pt;
    font-weight: 400 !important;

}
.info-box {
    display: block;
    min-height: 90px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.8em;
    font-weight: bold;
}

.info-box-icon {
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;

    color: #fff;
    background: #031634;

    border-radius: 50px;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-number {
    display: block;
    font-size: 1.1em;
}

@media screen and (max-width: 1200px) {
    .info-box {
        font-size: 0.8em;
    }
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}
