.is-style-flat-button .wp-block-button__link{
	border-radius: 5px;
	background-color: #D52B1E;
	width: 100%;
	max-width: 280px;
	transition: all 0.3s ease-out;
}

.is-style-flat-button .wp-block-button__link:hover, .is-style-flat-button .wp-block-button__link:active{
	background-color: #b4261E;
}

.is-style-flat-button.white-btn .wp-block-button__link{
	background: #fff;
	color: #D52B1E;
	border: 1px solid #fff;
	transition: all 0.3s ease-out;
}


@media screen and (max-width: 767px) {
	.is-style-flat-button .wp-block-button__link {
		width: 100%;
		max-width: inherit;
	}
}
