.left-title {
	border: 2px solid var(--color-green-light);
	width: 8%;
	margin-top: 3.5rem;
}

.left-heading {
	font-size: 40px !important;
	line-height: 1.2;
	color: #1a5059;
}

.left-bottom-title {
	width: 95%;
	font-size: 56px !important;
	line-height: 1.142 !important;
	letter-spacing: -0.0179em !important;
	color: #1a5059;
}

.right-bottom-title {
	width: 90%;
	font-size: 32px !important;
	line-height: 1.125 !important;
	color: #1a5059;
}

.left-richtext {
	width: 85%;
	/* Monochrome / Text Grey */
	color: var(--color-primary-text);
	mix-blend-mode: normal;
	opacity: 0.8;
}

.right-title {
	width: 85%;
	/* Monochrome / Text Grey */
	color: var(--color-primary-text);
	mix-blend-mode: normal;
	opacity: 0.8;
}

@media only screen and (max-width: 575px) {
	.left-title {
		width: 12%;
	}
	
	.left-heading {
		font-size: 32px !important;
	}
	
	.left-bottom-title {
		width: 50%;
		font-size: 36px !important;
		line-height: 1.22 !important;
	}
	
	.left-richtext {
		width: 100%;
		font-size: var(--16px);
		line-height: 1.5;
	}
	
	.right-bottom-title {
		margin-left: 1rem;
		width: 100%;
	}
	
	.right-title {
		margin-left: 1rem;
	}
}