.social {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
}

.social .social-item {
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 54px;
    justify-content: center;
    min-height: 50px;
    min-width: 50px;
    width: 78px;
}

.social .social-item-alfaid {
    background: #ef3124;
}

.social .social-item-alfaid span {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.95082 17.5912H17.0611V19.7036H6.95082V17.5912ZM10.5276 10.8364L11.9225 6.62357H11.9821L13.3174 10.8364H10.5276ZM13.842 5.84784C13.5559 4.98856 13.2221 4.3083 12.0775 4.3083C10.9329 4.3083 10.5872 4.97663 10.2891 5.84784L7.1535 14.7509H9.23994L9.96721 12.6385H13.9493L14.617 14.7509H16.8346L13.842 5.84784ZM5.0313 0H18.9687C20.3031 0 21.5828 0.530609 22.5264 1.4751C23.4699 2.41959 24 3.70059 24 5.0363V18.9756C23.9968 20.3093 23.4654 21.5872 22.5222 22.5291C21.5789 23.471 20.301 24 18.9687 24H5.0313C3.69898 24 2.42105 23.471 1.47784 22.5291C0.534632 21.5872 0.00315716 20.3093 0 18.9756V5.0363C0 3.70059 0.530081 2.41959 1.47363 1.4751C2.41718 0.530609 3.69691 0 5.0313 0Z" fill="white"/></svg>');
}

.registration .social {
    margin-bottom: 0px;
}