.footer-section {
    display:flex;
    justify-content: center;
    align-items: center;
}

.footer-contact {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.footer-contact a {
    color: #7185EF !important;
    font-size: .9em;
}

.footer-contact span {
    color: #3451E8 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9em;
}

.page-footer {
    background-color: #F4F5F6 !important;
    padding-top: 0px !important;
}

.footer-line {
    width: 20px;
    height: 3px;
    background-color: #00FFA7;
    margin-bottom: .8em;
}