.social-media-header{width:150%;padding:8px 0;margin-bottom:8px}
.social-media-header__text{font-family:'Graphik Semibold',Tahoma,sans-serif;text-transform:uppercase;font-weight:normal;margin-top:10px;margin-bottom:10px;font-size:16px;text-align:left;line-height:1.1;color:inherit}
.social-media-header__text p,.social-media-header__text span,.social-media-header__text div,.social-media-header__text button{font-family:'Graphik Semibold',Tahoma,sans-serif;text-transform:uppercase;font-weight:normal}
@media(max-width:767px){.social-media-header{width:100%}
.social-media-header__text{font-size:16px}
}
.social-media-icons{display:flex;justify-content:flex-start;align-items:center;gap:26px}
.social-media-icons__item{display:inline-block}
.social-media-icons__img{transform:scale(1);transition:.2s linear}
.social-media-icons__img:hover{transform:scale(1.1)}
.social-media-icons--alignment-center .social-media-icons{justify-content:center}
.social-media-icons--alignment-right .social-media-icons{justify-content:flex-end}
.social-media-icons--header-alignment-center .social-media-header,.social-media-icons--header-alignment-right .social-media-header{width:100%;display:flex}
.social-media-icons--header-alignment-center .social-media-header{justify-content:center}
.social-media-icons--header-alignment-right .social-media-header{justify-content:flex-end}