.buy-now {
    background-color: #406AB5;
    border-radius: 8px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 7px 14px;
    color: #fff;
    width: 100%;
    height: fit-content;
}

.buy-now:hover {
    color: inherit;
    text-decoration: none;
}