@charset "ISO-8859-1";

.post-entry {
      		border-top: 0;
      		padding-top: 0;
      		margin-top: 0;
      		text-align: justify;
      	}
.descriptionHeadline {
      		margin-top: 30px;
      	}
.mt-10 {
    		margin-top: 5px !important;
		}
.customSection {
			padding-top: 15px;
		}
.justify-issue-heading {
	text-align: left;
}
		

/* Media Queries starts */
@media screen and (max-width: 991px) {
#right-side-div {
	width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 767px) {
.module-title {
	margin-bottom: 0;
}
}

/* Media Queries ends */

@media ( min-width :992px){
	

	.body-height{
	height: 50vh !important;
	}
	
	.div-height{
	
	margin-bottom:10% !important;
	}
	
	
}