#blocksocial {
    height: 88px;
    border-top: 1px solid #1b3150;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#blocksocial .copyright-footer {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: left;
}
#blocksocial .social-links {
    text-align: right;
}
#blocksocial .social-links a {
    margin-left: 12px;
}
