.social-follow{display:flex;gap:7px;list-style:none;margin:0 0 15px;padding:0}.social-follow__link{align-items:center;background-color:#fff;border:1px solid #002060;border-radius:100%;display:flex;height:48px;justify-content:center;padding:10px;transition:background-color .3s;width:48px}.social-follow__icon{height:25px;width:25px;fill:#002060;transition:fill .3s}.social-follow__icon.icon-linkedin{height:20px;width:20px}.social-follow__icon.icon-twitter{height:16px;width:16px}.social-follow__link:focus,.social-follow__link:hover{background-color:#002060}.social-follow__link:focus .social-follow__icon,.social-follow__link:hover .social-follow__icon{fill:#fff}