.sign-up.large {
    background-image: url(../images/btn-frame-long-desktop.webp);
    background-size:contain;
    background-repeat: no-repeat;
    display:flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 872 / 192;
    font-size:20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */    
    width:100%;
    color: #5F510C;    
    max-width:394px;
}
