.interest_button__button
{

	--height: 40px;
	--radius: calc(var(--height) / 2);

    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;

    display: inline-flex;

    height: var(--height);
    padding: 10px 30px;

    cursor: pointer;
    text-decoration: none;
    align-items: center;
    justify-content: center;

    color: white;
    border-radius: var(--radius);
    background: linear-gradient(0deg, #9970e8 0%, #ccb8f9 100%);
}

.interest_button__button:hover {
    color: #fff;
}
