.button001 a{align-items:center;background:#f7ba16;border-radius:3px;color:#fff;display:flex;font-weight:600;justify-content:space-around;margin:0 auto;max-width:400px;padding:20px 25px;position:relative;transition:.3s ease-in-out}.button001 a:hover{background:#004896;color:#fff}.button001 a:after{border-radius:1px;border-right:3px solid #fff;border-top:3px solid #fff;content:"";height:5px;position:absolute;right:20px;top:50%;transform:rotate(45deg) translateY(-50%);transition:.3s ease-in-out;width:5px}.button001 a:hover:after{border-color:#fff}