.social__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0}.social__item{margin:0 .5rem}.social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#fff;border-radius:50%;height:50px;justify-content:center;width:50px}.social__link svg{height:22px;width:auto;fill:#ec2027;-webkit-transition:all .2s ease;transition:all .2s ease}.social__link:active,.social__link:focus,.social__link:hover{background-color:#1f2034}.social__link:active svg,.social__link:focus svg,.social__link:hover svg{fill:#fff}@media(min-width:992px){.social__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.social__item{margin:0 1rem 0 0}}