.countries_3 {
}

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

.countries_3 .section_text {
	margin: 45px 0 50px;
}

.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;
	margin: 50px -15px 0;
}

.countries_3 .item_wrap {
	padding: 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;
}

/* Responsiveness // Responsiveness // Responsiveness */
@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%;
	}
}