.text_with_links{padding:3rem 1rem;text-align:center}.text_with_links .description{font-weight:300}.text_with_links .link_wrapper{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:1rem}.text_with_links .btn-circle{align-items:center;background:transparent;border:1.5px solid #a88157;border-radius:100px;color:#fff;display:flex;flex-direction:column;font-size:14px;font-weight:500;height:75px;justify-content:center;letter-spacing:2px;overflow:hidden;position:relative;text-decoration:none;transition:.3s;width:75px}.text_with_links .btn-circle span{position:relative;z-index:1}.text_with_links .btn-circle:before{background:#a88157;content:"";height:100%;position:absolute;right:0;top:0;transition:.3s;width:100%}.text_with_links .btn-circle:hover:before{width:0}.text_with_links .btn-circle:hover{color:#a88157}.text_with_links .btn-circle>*{position:relative;z-index:1}