.socials-block .socials{display:flex;gap:32px}.socials-block h2{font-size:var(--h2-size);font-weight:400;line-height:100%;text-transform:uppercase;color:var(--text-black-color);margin-bottom:var(--title-margin)}.socials-block .socials-holder{display:flex;flex-wrap:wrap;gap:16px}.socials-block .socials-holder .social-item{display:flex;justify-content:center;align-items:center;gap:4px;width:calc(50% - 8px);padding:20px;border-radius:16px;background-color:var(--black)}.socials-block .socials-holder .social-item img{width:40px;height:40px;object-fit:contain}.socials-block .socials-holder .social-item span{font-size:16px;font-weight:400;line-height:100%;color:#FFF}@media screen and (max-width:991px){.socials-block .socials{flex-direction:column}.socials-block .socials>div{width:100%}}