@charset "utf-8";


h1,h2,h3,h4,h5{
font-weight:bold;
}
 h1.pt-5{
 padding-top: 0rem;
 }
.style1{
	color:#2E2727;
}
article{
background-color: var(--main_bg_light);
    border: 2px solid  var(--main_bg_light_border) !important;
	color:var(--main_text);

padding:2rem;
margin-bottom:4rem;
}
.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #ffffbc 0%) repeat scroll 0 0;}
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #E00874 0%) repeat scroll 0 0;}
 article > h2{
	font-size:1.5rem;
	margin-bottom:2rem;
	}
	
	 article  h3{
	font-size:1.25rem;
	}
	
article > p{
font-size:1rem;
}

ul{
padding-left:1rem;
}

li{
margin-bottom:1rem;
}

