.button-df button {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    border: 0;
	transition: 0.5s ease-in-out all;
}

.button-df .buttons-row {
    justify-content: center;
    align-items: center;
	padding: 48px 0;
}

.button-df .btn_link {
    width: 100%;
    height: 56px;
	display: block;
	border-radius: 10px;
}	

.button-df a button {
	transition: 0.5s ease-in-out all;
}	

.button-df a button:hover {
	background-color: transparent !important;
	box-shadow: 0 5px 7px 0px #ccc;
}	

.button-df .buttons-col {
	padding-right: 10px;
	margin-bottom: 10px;
}

.button-df .buttons-col:last-of-type {
	padding-right: 0;
}