/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-devoto-service {
	margin: 0 auto;
	max-width: 462px;
	border-radius: 20px;
	box-shadow: 10px 10px #FFD4B5;
	color: #FFFFFF;
	padding: 40px;
	gap: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wp-block-devoto-service button {
	margin-top: auto;
}

.wp-block-devoto-service p {
	color: inherit;
}

.wp-block-devoto-service h5 {
	font-weight: 700;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	padding: 0;
	margin: 0;
}
