.countries_4 {
}

.countries_4 .container {
	display: flex;
	align-items: center;
	padding-right: 0;
}

.countries_4 .section_title {
	margin: 0 0 45px;
}

.countries_4 .section_text {
	margin: 45px 0 0;
}

.countries_4 .item_image {
	width: 60px;
	height: 60px;
	margin: 0 auto 25px;
}

.countries_4 .item_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.countries_4 .items_repeater {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.countries_4 .item_wrap {
	padding: 15px;
	width: calc(100% / 3);
}

.countries_4 .item {
	height: 100%;
	padding: 30px 10px;
	background: var(--main_color_second);
}

.countries_4 .item_title {
	margin: 25px 0 0;
	text-align: center;
}

.countries_4 .text_area {
	padding-right: 125px;
}

.countries_4 .text_area,
.countries_4 .items_repeater {
	width: 50%;
	flex-shrink: 0;
}

/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 1199px) {
	.countries_4 .text_area {
		padding-right: 50px;
	}

	.countries_4 .item_wrap {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.countries_4 .container {
		display: block;
		padding-right: 15px;
	}

	.countries_4 .text_area {
		padding-right: 0;
	}

	.countries_4 .items_repeater {
		margin: 0 -15px;
	}

	.countries_4 .text_area,
	.countries_4 .items_repeater {
		width: auto;
	}
}

@media (max-width: 480px) {
	.countries_4 .item_wrap {
		width: 100%;
	}
}