/* your styles go here */
/* Example site test */

.box-image-text .image {
	min-height: 190px;
	max-height: 190px;
}

.box-image-text .image img {
	max-height: 190px;
	margin: auto;
}

.box-simple {
	min-height: 230px;
}

p.testimonials-subtitle {
font-weight: 700;
}

img {
max-width: 100%;
}

video {
width: 100%;
}

@media (min-width: 991px) {
	.align-vertical-center {
		display: flex;
		align-items: center;
	}
}

.m-1 {
margin: 2%;
}
