.footer {
    width           : 96vw;
    height          : auto;
    font-family     : 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
}

.footer .footer-top {
    display        : flex;
    align-items    : flex-start;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.footer .footer-top .footer-top-inner h3 {
    border-bottom: 2px solid lime;
}


.footer .footer-top .footer-top-inner {
    padding: 10px;
    margin : 10px;
}

.footer-contact-brief .fa-envelope {
    color: rgb(214, 33, 33);
}


.footer .fa-facebook {
    color    : #4867aa;
    font-size: 35px;
    margin   : 4px;
}

.footer .fa-instagram {
    color    : #db2d78;
    font-size: 35px;
    margin   : 4px;
}

.footer .fa-twitter-square {
    color    : #2d95db;
    font-size: 35px;
    margin   : 4px;

}

.footer .fa-youtube {
    color    : #ff0000;
    font-size: 35px;
    margin   : 4px;
}




.footer .footer-last {
    text-align: center;
    margin    : 5px;
    padding   : 5px;
}

@media only screen and (max-width:768px) {

    .footer {
        margin-top: 100px;
        width: 90vw;
    }

    .footer .footer-top {
        display: block;
    }

    .footer .footer-top .footer-top-inner {
        width: 95%;
    }

    .footer .footer-top .footer-top-inner {
        border-left : 0;
        border-right: 0;
    }

}