.social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:5px;padding:0 10px;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif}.social-grid .social-tile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 10px;border-radius:10px;background-color:#063d39;color:#fff;text-decoration:none;transition:background-color 0.2s ease}.social-grid .social-tile:hover{background-color:#0f766e}.social-grid .social-tile,.social-grid .social-tile:hover,.social-grid .social-tile .label,.social-grid .social-tile .count{color:#fff}.social-grid .social-tile svg{width:32px;height:32px;margin-bottom:6px;fill:#fff;box-sizing:content-box}.social-grid .social-tile .label{font-size:15px;font-weight:500;letter-spacing:1px;line-height:1}.social-grid .social-tile .count{display:block;margin-bottom:1px;font-size:22px;font-weight:700;line-height:0.9!important}.sidebar .social-grid{grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){.social-grid{grid-template-columns:repeat(2,1fr);gap:5px;padding:0 5px}.social-grid .social-tile{padding:12px 8px}}