.btn {
    align-items: center;
    border: none;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: var(--base-transition);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    width: 100%;
    padding: 5px 30px;
    box-shadow: 2px 1px 27px 0 var(--color-4);
    border-radius: 50px;
}

.btn__1 {
    background: var(--color-4);
    color: var(--color-3);

}


