.button-44 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #333333;
    border-radius: 25px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 10%);
    background-image: repeating-linear-gradient(-45deg, #eee, #eee 1px, #ffffff 1px, #ffffff 4px);
    color: #333333;
    font-weight: 600;
    font-size: 1em;
    transition: box-shadow .3s;
}

.button-44:hover {
    box-shadow: 0 7px 30px -5px rgb(0 0 0 / 20%);
}