  /*General CSS*/
/*.paragraph-red-line {
	background-color: #EF483E;
	height: 1px;
}*/
/*End General CSS*/
/*Desktop Queries*/
/*@media screen and (min-width: 768px) {
	.paragraph-red-line {
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	#main-content .paragraph-red-line:last-child {
		display: none;
	}
}*/
/*End Desktop Queries*/
/*Mobile Queries*/
/*@media screen and (max-width: 767px) {
	
}*/
/*End Mobile Queries*/
.paragraph-red-line {
	display: none !important;
}