@import url(font-awesome.min.css);
    .fa-facebook, .fa-pinterest {
    margin-right: .1rem;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.footer-right {
    height: 3rem;
    margin-top: 2px;
}
.footer-right .fa {
    font-size: 15px;
    width: 5px;
    height: .1rem;
    text-align: center;
    text-decoration: none;
    border-bottom: .04rem solid #f2fff7;
    border-radius: .1rem;
}
.footer-right .fa:hover {
    opacity: .9;
    border-bottom: .01rem solid #f2fff7;
}
.fa-facebook {
    --tw-bg-opacity: 1;
    background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}
.fa-pinterest {
    background: #e60023;
}
.fa-whatsapp {
    padding: 10px 60px 15px 10px;
    background: #0da000;
    color: #fff;
    margin-right: .1rem;
}
.fa-twitter, .fa-youtube {
    margin-right: .1rem;
    color: #fff;
    margin-left: .1rem;
}
.fa-youtube {
    background: red;
    border-radius: 5px;
    padding: 10px 20px;
}
.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: 5;
}
}.VungoPro marquee {
    position: relative;
    font-family: Sofia, sans-serif;
    font-variant: small-caps;
    line-height: .35rem;
    font-size: .3rem;
    border: 1px dashed;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .2rem 0 0;
    background-color: #003a92;
    color: #fff;
    font-size: .3733rem;
}
.footer .devider {
    width: 100%;
    border-bottom: 1px solid #606280;
}
.footer .links {
    margin-top: .5rem;
    margin-bottom: .05rem;
}
.footer .links .a {
    display: flex;
    align-items: center;
    height: 2rem;
    margin-bottom: .3rem;
    padding: 0 1rem;
    font-size: .7rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border: .5px solid #c1c1c1;
    border-radius: .5rem;
    margin-right: .5rem;
}
.links .a:hover {
    font-weight: 600;
    color: #c1c1c1;
}
.footer .links .a.border {
    border-right: auto;
}
.footer p {
    margin: 0;
    font-size: .5rem;
}
.footer button {
    font-weight: 600;
    font-size: .32rem;
    cursor: pointer;
}
.footer button svg {
    fill: currentColor;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    vertical-align: middle;
}