.main-container{
	position: absolute;
	width: 100%;
	padding-top: 4vw;
	overflow-y: auto;
	padding-bottom: 4vw;
	height: 82vh !important;
}
.back-btn{
	margin-bottom: 1.5vw;
}
.back-btn a{
	font-family: 'PoppinsLight';
	font-size: 1vw;
	color: #fff;
}
.back-btn a:hover{
	text-decoration: none;
}
.news-logo{
	width: 5vw;
	margin-bottom: 0.5vw;
}
.date p{
    font-family: 'PoppinsLight';
    font-size: 1vw;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0px;
    line-height: 1.7vw;
}
.head label{
	color: #5BC3B9;
	font-family: 'RalewaySemiBold';
	font-size: 2.3vw;
	line-height: 3.2vw;
}
.head-sec{
	margin-top: 1vw;
}
.head-secHolder{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.head-secHolder img{
	width: 100%;
}
.headTextHolder{
	width: 49%;
	padding-left: 1%;
	display: inline-block;
}
.headTextHolder p{
	font-family: 'PoppinsRegular';
	font-size: 1.3vw;
	line-height: 2vw;
	color: #fff;
}
.description{
	font-family: 'PoppinsLight';
	font-size: 0.85vw;
	color:#fff;
	margin-top: 1vw;
	margin-bottom: 0.5vw;
	line-height: 1.4vw;
}
.news-detail-layout p{
	font-family: 'PoppinsLight';
	font-size: 0.85vw;
	color:#fff;
	margin-top: 1vw;
	margin-bottom: 0.5vw;
	line-height: 1.4vw;
}
.secondImgHolder{
	width: 100%;
	margin: 1vw 0;
}
.secondImgHolder img{
	width: 100%;
}
@media screen and (max-width: 991px){
	.main-container{
		margin-top: 16.4vw;
		padding-bottom: 10vw;
	}
	.date p{
		font-size: 2.2vw;
		line-height: 2.7vw;
	}
	.head label {
		font-size: 3.3vw;
		line-height: 5.2vw;
	}
	.headTextHolder p {
		font-family: 'PoppinsRegular';
		font-size: 1.9vw;
		line-height: 2.8vw;
	}
	.description{
		font-size: 1.67vw;
		color: #fff;
		margin-top: 2vw;
		margin-bottom: 1vw;
		line-height: 2.3vw;
	}
	.news-detail-layout p{
		font-size: 1.67vw;
		color: #fff;
		margin-top: 2vw;
		margin-bottom: 1vw;
		line-height: 2.3vw;
	}
	.news-logo{
		width: 10vw;
		margin-bottom: 1vw;
	}
}

@media screen and (max-width: 767px){
	.main-container{
		margin-top: 18.4vw;
		padding-bottom: 20vw;
	}
	.date p{
		font-size: 3.2vw;
		line-height: 3.7vw;
	}
	.head-secHolder{
		width: 100%;
	}
	.headTextHolder{
		width: 100%;
		margin-top: 3vw;
	}
	.head label {
		font-size: 4.3vw;
		line-height: 6.2vw;
	}
	.headTextHolder p {
		font-size: 2.9vw;
		line-height: 3.8vw;
	}
	.description{
		font-size: 2.97vw;
		color: #fff;
		margin-top: 3vw;
		margin-bottom: 2vw;
		line-height: 3.9vw;
	}
	.news-detail-layout p{
		font-size: 2.97vw;
		color: #fff;
		margin-top: 3vw;
		margin-bottom: 2vw;
		line-height: 3.9vw;
	}
	.secondImgHolder{
		width: 100%;
	}
	.news-logo{
		width: 15vw;
		margin-bottom: 1.5vw;
	}
}
