.content-header {
	background-color:#434393;
	color:#FFF;
	padding:5px;
	border-radius:30px;
	border-left:7px solid #EA262A;
	border-right:7px solid #EA262A;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	width:fit-content;
}

.text-justify{
text-align:justify;	
}
.section-header {
	background-color:#4587b8;
	color:#FFF;
	padding:5px;
	font-size:20px;
	font-weight:bold;
	margin-top:10px !important;
	margin-bottom:10px;
}
.section-header1 {
	background-color:#4587b8 !important;
	color:#FFF;
	padding:5px;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.section-header-patch{
	background-color: #de130d;
	width: 1.2%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
}
@media only screen and (max-width: 768px){
.section-header {
	width:95%;
}
.section-header-patch{
width: 3%;
}
}
@media only screen and (min-width: 768px){
.section-header {
	width:35%;
}
.section-header-patch{
width: 1.2%;
}
}


.div-200{
height:200px;	
}

@media only screen and (max-width: 768px){
.div-200{
height:0px;	
}
	.d-flex
	{
		margin-top: 50px !important;
		margin-bottom: 10px !important;
	}
}
