.evc-vc-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 0.5rem;
	width: 100%;
	margin: 0 0 1.5rem;
}

.evc-vc-row-inner {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.evc-vc-column {
	min-width: 0;
}

.evc-vc-column-1-1 {
	flex: 1 1 100%;
}

.evc-vc-column-1-2 {
	flex: 1 1 calc(50% - 0.75rem);
}

.evc-vc-column-1-3 {
	flex: 1 1 calc(33.333% - 1rem);
}

.evc-vc-column-1-4 {
	flex: 1 1 calc(25% - 1.125rem);
}

.evc-vc-column-text > :first-child {
	margin-top: 0;
}

.evc-vc-column-text > :last-child {
	margin-bottom: 0;
}

.evc-vc-heading {
	clear: both;
}

.evc-vc-image {
	max-width: 100%;
	margin: 0 0 1.8rem;
}

.evc-vc-image-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.evc-vc-image-title {
	margin-bottom: 0.75rem;
	font-size: 1.55rem;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	color: #666;
}

.evc-vc-image-link,
.evc-vc-image-link:hover,
.evc-vc-image-link:focus {
	display: inline-block;
	border: 0;
	box-shadow: none !important;
	text-decoration: none !important;
}

.evc-vc-image-element {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
	box-shadow: none;
}

.evc-vc-image-circle-shadow .evc-vc-image-element {
	width: 110px;
	height: 110px;
	max-width: none;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.evc-vc-image figcaption {
	margin-top: 0.4rem;
	font-size: 0.9em;
	opacity: 0.75;
}

.evc-vc-empty-space {
	clear: both;
	width: 100%;
}

.evc-vc-button {
	display: inline-block;
	padding: 0.7rem 1.1rem;
	border-radius: 3px;
	background: #0070bc;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.evc-vc-button:hover,
.evc-vc-button:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.88;
}

@media (max-width: 767px) {
	.evc-vc-column-1-2,
	.evc-vc-column-1-3,
	.evc-vc-column-1-4 {
		flex-basis: 100%;
	}

	.evc-vc-row {
		gap: 1rem;
	}
}
