
.ps-social-follow {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    align-items: flex-start;
    line-height: 2.25em;
}



#footer .ps-social-follow h4 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 21px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 2.25em;
}

.ps-social-follow ul li {
    float: left;
}

.ps-social-follow ul li a {
    display: inline-block;
    width:40px;
    height:40px;
    vertical-align: middle;
}

.ps-social-follow ul li a span {
    display: none;
}

.ps-social-follow ul li a::before {
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: -5px;
    font-weight: normal;

}

.ps-social-follow .facebook,.ps-social-follow .twitter,.ps-social-follow .youtube,.ps-social-follow .pinterest,.ps-social-follow .instagram,.ps-social-follow .linkedin {
    background-repeat: no-repeat;
}

.ps-social-follow .twitter {
    background-image: url(../css/logo-x.png);
}

@media (max-width: 480px) {
    .ps-social-follow {
        padding-top: 10px;
    }
    .ps-social-follow {
        justify-content: center;
    }
    .ps-social-follow ul li a {
        width:35px;
        height:35px;
    }
}