/*footer*/


.footer-follow {
    font-size: 4rem;
    letter-spacing: 5px;
    margin: 3% auto;
    font-weight: bold;
}

.footer-icon-wrap {}

.footer-icon-wrap a {
    margin: 1%;
}

.footer-icon-wrap img {
    max-width: 65px;
}

.footer-icon {}

.footer-icon img {}

.footer-copyright {}

.footer-copyright-text {
    margin: 2% auto;
    border-bottom: 1px solid;
    padding: 1% 4% 2%;
    width: max-content;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 600;
}

.footer-other {}

.footer-other a {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {

    
}

@media only screen and (max-width: 480px) {


    /*footer*/
    .footer-follow {
        font-size: 3rem;
        letter-spacing: 4px;
    }

    .footer-icon-wrap img {
        width: 15%;
    }

    .footer-copyright-text {
        margin: 3% auto;
        padding: 2% 4% 2%;
        line-height: 1.8;
    }
}