/* Для опытных пользователей */
* {
border-radius: 10px
  
}
.Social-Module__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  	padding: 15px 0;
}

.Social-Module__wrapper .boxBodyCustom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  	gap: 10px;
  	padding: 17px 10px;
  	background-color: #2c226e;
  	transition: 0.2s;
}