.button-v2 a{display:flex;width:max-content}
.button-v2-style{padding:7px 25px;border-radius:12px 0;background:#ffd200;display:flex;gap:10px;height:48px;width:max-content}
.button-v2-style:hover{background-color:#ffdb33}
.button-v2-style span{font-size:15px;color:#03234b;text-decoration:none;margin:auto;font-weight:bold}
.button-v2-style img{width:20px;height:20px;margin:auto}
@media(min-width:641px) and (max-width:1024px){.button-v2-style{padding:7px 10px}
.button-v2-style span{font-size:15px}
}
@media(max-width:641px){.button-v2-style span{font-size:15px}
}