.countries_3 .section_text {
	margin-bottom: 40px;
}
.countries_3 .item_image {
	width: 60px;
	height: 60px;
	margin: 0 auto 25px;
}
.countries_3 .item_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.countries_3 .items_repeater {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.countries_3 .item_wrap {
	padding: 0 15px;
	width: calc(100% / 5);
}
.countries_3 .item {
	height: 100%;
	padding: 30px 10px;
	background: var(--main_color_second);
}
.countries_3 .item_title {
	margin: 25px 0 0;
	text-align: center;
}

@media (max-width: 1199px) {
	.countries_3 .item_wrap {
		width: calc(100% / 3);
	}
}
@media (max-width: 767px) {
	.countries_3 .item_wrap {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.countries_3 .item_wrap {
		width: 100%;
	}
}