.hero__accent-copy::after {
    content: "";
    display: block;
    width: min(270px, 54vw);
    height: 3px;
    margin-top: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #46A8DC, rgba(70, 168, 220, 0));
}
.font-resize-btn{
display: flex;
    align-items: center;
}
.font-resize-btn *{
font-weight: 400;
}