.socials-footer {
    width: 100%;
    float: left;
}

.socials-footer li.list-inline-item {
    width: 19%;
    float: left;
    flex-wrap: wrap;
}

.socials-footer .list-inline {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.socials-footer li.list-inline-item i {
    font-size: 80px;
}
.link-two {
    color: #fff;
}
.socials-footer .link-one {
    width: 100%;
    float: left;
}
.socials-footer .link-one span {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #000;
}
section.contact {
    width: 100%;
    display: inline-block;
    margin: 0;
    background: #E3F0F9;
}
@media(max-width: 480px){
   .socials-footer li.list-inline-item {
        width: 100%;
        margin: 0 0 25px 0;
    }
}