.text.variant4 {

	background-size: cover;
	background-position: center center;

}


.text.variant4 .text_block_flex {

	display: flex;

	justify-content: space-between;

	align-items: start;

}

.text.variant4 .img_area {

	flex-shrink: 0;

}

.text.variant4 .img_area img {

	width: 100%;

	height: 100%;

	max-width: 445px;

	object-fit: contain;

}

.text.variant4 .text_area {

	margin-right: 100px;

}

.text.variant4 .text_area p:not(:last-child) {

	margin-bottom: 45px;

}

.text.variant4 article h2 {

	margin-top: 0;

	margin-bottom: 20px;

	color: var(--title_color);

}

.text.variant4 article h3 {

	margin-top: 35px;

	margin-bottom: 0;

}

.text.variant4 article p {

	margin-top: 10px;

	margin-bottom: 10px;

}

/* Responsiveness // Responsiveness // Responsiveness */

@media (max-width: 1199px) {

	.text.variant4 {

		padding: 50px 0;

	}

	.text.variant4 .text_area {

		margin-right: 50px;

	}

}

@media (max-width: 767px) {

	.text.variant4 .text_block_flex {

		flex-direction: column;

	}

	.text.variant4 .text_area {

		margin-right: 0;

		margin-bottom: 20px;

	}

}
