.d-w {
	background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transition: box-shadow .15s;
    margin: 20px auto;
    border-radius: 5px;
}
.d-button {
    text-align: center;
    padding-bottom: 20px;
}

.d-button a {
    display: inline-block;
    padding: 16px 24px;
    line-height: 16px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    background: #0157BF;
    text-transform: uppercase;
}
.d-button a:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    background-image: linear-gradient(#01408D,#0157BF);
}
