.content>dl>dt {
    font-size: 14px;
}

.content>dl>dd {
    font-size: 14px;
}





.copyright {
    border-top: 1px solid #afafaf;
    color: #333;
    text-align: center;
}

footer {
    background-color: (90deg, #277698, #269391);
    background: -webkit-linear-gradient(90deg, #0e5b96, #116ea3);
    padding: 25px 0px;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee3;
    color: #fff;

}

dt {
    font-size: 12px;
    font-weight: 400;
    color:#eee;
}

dd {
    font-size: 12px;
    font-weight: 300;
    color:#eee;
}