.button_section a{background-color:#000;border:1px solid #ffca00;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;font-style:normal;font-weight:700;justify-content:center;line-height:normal;overflow:hidden;padding:8px 16px;position:relative;text-align:center;transform:none;transform-origin:50% 50% 0;transition:all .3s ease;will-change:transform}.button_section a:hover{transform:scale(1.05)}.button_section a:after{background:linear-gradient(hsla(0,0%,100%,.27),hsla(0,0%,100%,0));bottom:-11px;content:"";flex:none;left:-124px;overflow:hidden;position:absolute;top:-38px;transform:rotate(19deg);transform-origin:50% 50% 0;transition:all .2s ease-in;width:111px;z-index:0}.button_section a:hover:after{bottom:-41px;left:-5px;top:-28px;width:148px}