  .hero-section {
    background-color: #2C2C2C;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    text-align: center;
    color: #fff;
  }
  .hero-content h1 {
	color:  #FFF;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
	
  .hero-content h3 {
    font-size: 2rem;
	color:#DCEDC2;
    font-weight: bold;
    margin-top: 40px;
  }
  .hero-content p {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .btn-primary {

    background-color: #B4410E;
    color: #DCEDC2;
    padding: 15px 30px;
    border-radius: 50px;
	border-color: #DCEDC2;
	border: 2px;
    text-decoration: none;
    font-size: 1.4rem;
	font-weight:bold;
    transition: background-color 0.3s;
	margin: 40px;
	
  }
  .btn-primary:hover {
    background-color: #7B371A;
  }
  h2 {
	text-align:center;
	color: #2C2C2C;
  }
  h5 {
	text-align:center;
	padding-bottom:10px;
	color:#2C2C2C;
  }

  p {
	text-align:justify;  
	color:#2C2C2C;
  }
	
  .card-body {
	background-color:  #DCEDC2;
	border: 3px double #2a2a2a;
	  border-radius:15px;
  }