.links-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.8rem}@media only screen and (min-width:48em){.links-row{gap:1.5rem}}.links-row a{align-items:center;background-color:#f0f0f0;border:1px solid #ccc;border-radius:5px;color:rgba(25,45,69,.9);display:flex;flex-basis:100%;font-size:1.3rem;font-weight:600;padding:.5rem;text-decoration:none;text-transform:uppercase}@media only screen and (min-width:48em){.links-row a{flex:1 1 0}}.links-row a:after{content:"→";float:right;font-size:2rem;font-weight:600;line-height:1}.links-row a .icon{align-items:center;background-color:#f1f6fc;border:2px solid #fff;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:1rem;overflow:hidden;width:40px}.links-row a .icon img{max-height:40px;max-width:40px}.links-row a .icon.logo img{max-height:30px;max-width:30px}.links-row a .text{flex-grow:1;line-height:1.2}.links-row a:hover{background-color:#e3e3e3}