.owner {
	margin-bottom: var(--py-section);
}

.owner-top {
	padding: 40px 0;
	background: var(--color-body-text);
	margin-bottom: var(--py-section-small);
}

.owner-top h2 {
	font-size: 34px;
	line-height: 48px;
	color: var(--color-white);
	margin-bottom: 0;
}

.owner-image {
	display: none;
}

.owner-content h3 {
	font-size: 24px;
	color: var(--color-primary);
}

.owner-content-full,
.owner-image-full {
	width: 100%;
}

.owner-image img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.owner-top {
		padding: var(--py-section-small) 0;
	}

	.owner-top-inner {
		width: 52%;
	}

	.owner-holder {
		display: flex;
		gap: 50px;
		justify-content: space-between;
		align-items: flex-start;
	}

	.owner-image {
		width: 45%;
		display: block;
		margin-top: -350px;
	}

	.owner-content {
		width: 50%;
	}

	.owner-content-full,
	.owner-image-full {
		width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.owner-top {
		margin-bottom: 100px;
	}

	.owner-top h2 {
		font-size: 48px;
	}

	.owner-content h3 {
		font-size: 36px;
	}

	.owner-image {
		margin-top: -400px;
	}
}
