﻿.block-bg-btn {   
	color: white;
    padding: 3em;
    margin: 1em;
    border-radius: 5px;
    background-size: cover !important;
    max-width: 400px;
    box-shadow: -12px -12px 8px #FFFFFF, 12px 12px 8px #D9E4F1;
    width: 29%;
    justify-content: center;
    align-items: center;
	border: 0px;
}
.block-bg-btn h3 {
	color: white;
	font-weight:600;
}
@media only screen and (max-width: 768px) {
	.block-bg-btn {   
		flex: 1;
		display: flex;
		width: unset;
		max-width:unset;
	}
}