.social-follow{display:grid;grid-column-gap:20px;align-items:center;border-top:1px solid rgba(77,77,77,.5);grid-template-columns:1fr 1fr;margin-top:30px;padding-top:30px}.social-follow__heading{font-size:1.375rem;line-height:1.9}.social-follow__icons{text-align:right}.social-follow__links{display:inline-flex;list-style-type:none;margin:0;padding:0}.social-follow__links li:not(:last-child){margin-right:30px}.social-follow__links li>a{align-items:center;border:1px solid #4d4d4d;border-radius:50%;display:inline-flex;height:32px;justify-content:center;transition:all .5s;width:32px}.social-follow__links li:hover>a{background-color:#4d4d4d}.social-follow__links li:hover>a>svg path{fill:#fff}@media screen and (max-width:991px){.social-follow{grid-template-columns:1fr;grid-row-gap:15px}.social-follow__icons{text-align:left}}@media screen and (max-width:767px){.social-follow{margin-top:0}.social-follow__heading{font-size:1rem;line-height:1.68}}