/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2026 | 13:42:30 */
/* Header */
.section-header {
   position: relative;	
   text-align: center;
   	line-height : 0.8; 	
   margin-bottom: 20px;	
	  background: linear-gradient(
  to top,
  rgba(0, 122, 0, 0) ,  /* bottom (more visible) */
  rgba(0, 122, 0, 0.5) ,		  		  
  rgba(0, 122, 0, 0.9)     /* top (transparent) */
);
 
  
}



.section-header h2 {
	color : white; 
    margin-bottom : 5px; 
	z-index: 1;
}
.section-header p {
   color : yellow; 
  margin-top : 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;	
}
.section-header p::before,
.section-header p::after {
  content: "";
  flex: 1;
  height: 1px;
  background: yellow;
  margin: 0 10px;
}

/* CTA */
.section-footer {
  text-align: center;
  margin-top: 15px;
  background-color : darkgreen;	
  background: linear-gradient(
  to top,
  rgba(0, 122, 0, 0.8),  /* bottom (more visible) */
  rgba(0, 122, 0, 0)     /* top (transparent) */
);	
}
.section-footer h3 {
	color : white; 
	margin-bottom : 0; 
}

.section-footer p {
	background-color : yellow; 
	color : darkgreen; 
}