.footer_txt_link {
    text-align: center;
    margin-top: 30px;
}

.footer_txt_link a{
    font-size: 1.5rem;

    color: #1a4d79;
    text-decoration: underline !important;
    padding: 0 .15em;
    display: inline-block;
    transition: all .5s ease;
}

.footer_txt_link a:hover {
    text-decoration: none !important;
}