.left_block_4, .right_block_4 {
	display: inline-block;  /* This makes the blocks inline */
	vertical-align: middle; /* This will vertically align the blocks in the middle */
	width: 49%;             /* This gives a little space between blocks, adjust as needed */
	box-sizing: border-box; /* This ensures that padding and border are included in the total width */
	padding: 0 10px;        /* Add some horizontal padding for spacing */
}

.left_block_4 {
	padding-left: 0;
	line-height: 1;
	text-align: right;
}

.about_us_weforest {
	background-color: #F8F7F4;
}

.left_block_4 img {
	max-height: 400px;
	max-width: auto;
	display: inline-block;
	vertical-align: bottom;
}

h2.title_aboutweforest {
	font-weight: bold;
	font-size: 25px;
	color: black;
	text-align: left;
	padding-bottom: 25px;
}

.text_aboutweforest p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}

.right_block_4 {
	padding-left: 95px;
	padding-top: 0px;
}

.highlighted_word {
	color: #5DADC8;
}

.last_sentence {
	color: #6C802F;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 20px;
}

.inside_right_block {
	max-width: 430px;
	padding-top: 10px;
}

.link_wrapper .read_more_button {
	text-decoration: none;
	color: white;
	font-weight: 700;
	background-color: #6C802F;
}

.link_wrapper .read_more_button:hover {
	background-color: #5b6d24;
}

.read_more_button {
	padding: 10px 40px;
	display: inline-block;
	border-radius: 4px;
	border-color: #6C802F;
}

.link_wrapper {
	text-align: center;
}

@media (max-width: 1199px) {
	.text_aboutweforest p {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.left_block_4, .right_block_4 {
		width: 100%;
	}	

	.right_block_4 {
		padding-left: 0;
		padding-right: 0;
	}

	.about_us_weforest {
		display: flex;
		flex-direction: column;
	}

	.left_block_4 {
		order: 2;
		padding-right: 0;
	}

	.right_block_4 {
		padding: 30px 15px 40px 15px;
	}

	.text_aboutweforest p {
		font-size: 14px;
	}
}
