
.footer-model-1 {
    background: #0A2552;
}

.footer-model-2 {
    background: #1C1B1B;
}

.footer-model-3 {
    background: #222335;
}

.footer-model-1 span,
.footer-model-1 > div > a,
.footer-model-1 > div > a:hover
{
    color: rgba(255, 255, 255, 0.7);
}

.footer-model-2 span, .footer-model-2 > div > a, .footer-model-2 > div > a:hover {
    color: rgba(255, 255, 255, 0.2);
}

.footer-model-3 span, .footer-model-3 > div > a, .footer-model-3 > div > a:hover {
    color: rgba(255, 255, 255, 0.3);
}

.mobile-footer-content-wrapper {
    font-size: .22em;
    line-height: 1.363636em;
    padding: 1.454545em 4.727272727em;
    text-align: center;
}

.pc-footer-content-wrapper {
    font-size: 1em;
    line-height: 15px;
    padding: 1.142857143em 14% 1.071428571em 14%;
    text-align: center;
}