.socials_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.socials_item {
    margin-right: 25px;
}
.socials_item:last-child {
    margin-right: 0;
}

.socials_section {
    margin-top: 10px;
    margin-bottom: 50px;
}