.hot-post-left img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.contact_area {
	margin: 0;
	margin-bottom: 32px;
}

.contact_area_intro_txt {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 16px;
	line-height: 1.5;
}
@media only screen and (max-width: 767px){
	.contact_area a{
		font-size: 40px;
		line-height: 2;
	}
}

.post-thumb span.country {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 14px;
	z-index: 2;
	background-color: #e6e6ec;
	width: 250px;
	padding-left: 40px;
	height: 50px;
	border-radius: 0 25px 25px 0;
	pointer-events: none;
	font-size: 22px;
}
@media only screen and (max-width: 767px){
	.post-thumb span.country {
		top: 10px;
		height: 40px;
		width: 190px;
		padding-left: 20px;
		font-size: 16px;
	}
}
.post-thumb span.country span.flag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #aaa;
	margin-right: 10px;
	overflow: hidden;
}
@media only screen and (max-width: 767px){
	.post-thumb span.country span.flag {
		width: 26px;
		height: 26px;
	}
}
.post-thumb span.country span.flag img {
	height: 100%;
}
.hot-post-right .post-thumb span.country {
	top: 10px;
	height: 40px;
	width: 190px;
	border-radius: 0 20px 20px 0;
	padding-left: 20px;
	font-size: 16px;
}
.hot-post-right .post-thumb span.country span.flag {
	width: 26px;
	height: 26px;
}
