.country-block{
	padding: 70px 0 0 0;
}
#des-1{
	background: #41345E;
}
#des-1 .col-6{
	padding: 60px 0;
}
#des-1 ul{
	margin-bottom: 60px;
}
#des-1 li{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}
.expand{
	color: #fff;
	cursor: pointer;
	margin-bottom: 30px;
}
.expand img{
	margin: 10px auto;
	display: block;
	animation: fade-out-down 1s infinite ease-in-out;
}
#dex-2{
	background: rgba(65, 52, 94, 0.25);
	height: 0px;
	overflow: hidden;
}
#dex-2 .wrapper{
	height: unset;
	padding-bottom: 10px;
}
#dex-2 p,
#dex-2 h2,
#dex-2 h1,
#dex-2 h3,
#dex-2 h4,
#dex-2 .p2,
#dex-2 .p1,
#dex-2 table{
	color: #41345E;
}
#dex-2 table{
	width: 100%;
}
#dex-2 table td{
	padding: 0 15px 50px 15px;
	font-size: 14px; 
	line-height: 22px;
}
@keyframes fade-out-down{
	0%{
		opacity: 1;
		transform: translateY(-3px);
	}
	100%{
		opacity: 0;
		transform: translateY(3px);
	}
}
@keyframes fade-out-up{
	0%{
		opacity: 1;
		transform: translateY(3px);
	}
	100%{
		opacity: 0;
		transform: translateY(-3px);
	}
}
.property-item:nth-child(2n) .property-info-box{
	right: 0!important;
}
.calendar{
	position: relative;
	top: 2px;
}
.expand-off{
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.expand-off img{
	margin: 10px auto;
	display: block;
	animation: fade-out-up 1s infinite ease-in-out;
}
.news-title{
	margin-bottom: 30px;
	color: #41345E;
}
.news-item img{
	width: 100%;
	height: 240px;
}
.news-item h3{
	margin-bottom: 18px;
	color: #41345E;
}
.news-item p{
	color: #41345E;
}
.img-box{
	font-size: 0px;
	margin-bottom: 12px;
	cursor: pointer;
}
.news-item .country-more{
	transform: translate(-50%, -50%);
}
.news-item .img-box:hover .country-more{
	transform: translate(-50%, -50%);
}
@media (max-width: 768px){
	#des-1 li{
		font-size: 14px;
		line-height: 20px;
	}
	#des-1 ul{
		margin-bottom: 30px;
	}
	.news-item img{
		height: 145px;
	}
	.news-item h3{
		margin-bottom: 10px;
	}
}
@media (max-width: 550px){
	#des-1 .col-6{
		padding: 15px 0;
		width: calc(100% - 15px);
	}
	#des-1 .row{
		padding: 15px 0;
	}
	.expand{
		margin-bottom: 15px;
	}
	.expand-off img,
	.expand img{
		width: 15px;
	}
	#dex-2 table,
	#dex-2 table tr,
	#dex-2 table td{
		display: block;
	}
	#dex-2 table td {
	    padding: 0 7.5px 30px 7.5px;
	    font-size: 12px;
	}
	.country-block{
		padding: 30px 0 0 0;
	}
	.img-box{
		margin-bottom: 0;
	}
	.news-item{
		width: calc(100% - 15px);
	}
	.news-item img{
		height: 180px;
	}
	.news-item p{
		margin-bottom: 30px;
	}
	.news-item h3{
		margin-top: 15px;
	}
}