.fa-facebook,
.fa-pinterest {
    padding: 10px 25px 15px 20px;
    margin-right: 0.1rem;
    color: #fff;
}

.footer-right {
    height: 1rem;
    margin-top: -0.2rem;
}

.footer-right .fa {
    font-size: 15px;
    width: 5px;
    height: .1rem;
    text-align: center;
    text-decoration: none;
    border-bottom: 0.04rem solid #f2fff7;
    border-radius: 0.1rem;
}

.footer-right .fa:hover {
    opacity: 0.9;
    border-bottom: 0.01rem solid #f2fff7;
}

.fa-facebook {
    background: #3b5998;
}

.fa-pinterest {
    background: #e60023;
}

.fa-whatsapp {
    padding: 10px 60px 15px 10px;
    background: rgb(13, 160, 0);
    color: #fff;
    margin-right: 0.1rem;
}

.fa-twitter,
.fa-youtube {
    padding: 10px 25px 15px 20px;
    margin-right: 0.1rem;
    color: #fff;
}

.fa-youtube {
    background: red;
}

.fa-twitter {
    background: #4ea0df;
}

.footer-right a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.footer p.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        text-align: center;
    }
    .footer-distributed .footer-right {
        float: center;
        margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
        line-height: 1.8;
    }
}

.VungoPro marquee {
    position: relative;
    font-family: Sofia, sans-serif;
    font-variant: small-caps;
    line-height: 0.35rem;
    font-size: 0.3rem;
    border: 1px dashed;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.2rem 0 0;
    background-color: #003a92;
    color: #fff;
    font-size: 0.3733rem;
}

.footer .devider {
    width: 100%;
    border-bottom: 1px solid #606280;
}

.footer .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    margin-bottom: 0.05rem;
}

.footer .links a {
    display: flex;
    align-items: center;
    height: 0.32rem;
    margin-bottom: 0.1rem;
    padding: 0 0.3rem;
    font-size: 0.2rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 0.08rem;
    margin-right: 0.2rem;
}

.links a:hover {
    font-weight: 600;
    color: #c1c1c1;
}

.footer .links a.border {
    border-right: auto;
}

.footer p {
    margin: 0;
    font-size: 0.25rem;
}

.footer button {
    width: 4rem;
    height: 0.8rem;
    font-weight: 600;
    background-color: #003a92;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.05rem;
    font-size: 0.32rem;
    cursor: pointer;
}

.footer button:hover {
    background-color: #0026a2;
    font-size: 0.33rem;
}