



.news-details h4{
	color: #fff;
	background-color: #404746;
	padding: 10px;
}

.news-details h5{
	color: #fff;
	background-color: #f88282;
	padding: 10px;
}


.group {
	text-align: justify;
	margin-top: 40px;
}

.group img {
	margin-bottom: 30px;
}

.group .item {
	max-height: 500px;
}

.policies {
	margin-top: 20px;
}

.policies h4{
	text-align: center;
	background-color: #f88282;
	padding: 10px;
	color: #fff;
}

.profile table {
	width: 100%;
	border: 2px solid #e7e7e7;
}

.profile table tr td{
	padding: 10px;
	border: none;
	padding: 15px;
}

.profile table input{
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	height: 35px;
	width: 100%;
}

@media screen and (max-width: 768px) { 
	
}

@media screen and (min-width: 768px) and (max-width: 992px) { 
	
}

@media screen and (min-width: 992px) and (max-width: 1200px) { 
}

@media screen and (min-width: 1200px) { 
}



