
/* body{
    margin:0;
  }
  .marquee{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
  } */
  
  /* .marquee-1, .marquee-2{
    position: absolute;
    min-width: 100%;
    display: flex;
    flex-direction: row;
  } */
  /* .marquee-1{
    animation: marquee-keywords 90s linear infinite;
  left: 0%;  
  }
  .marquee-2{
  left: 100%; 
  } */
  
  /* .text{
    padding: 0 5rem;
    white-space: nowrap;
  } */
  
  /* @keyframes marquee-keywords {
      0% {
          transform: translate(0, 0);
      }
  
      100% {
          transform: translate(-100%, 0);
      }
  }
  
  @-webkit-keyframes marquee-keywords {
      0% {
          -webkit-transform: translate(0, 0);
      }
  
      100% {
          -webkit-transform: translate(-100%, 0);
      }
  }
   */
  /* .marquee.style-1{
     background: rgb(233, 97, 97);
     color: white;
  } */

  section {
    overflow: hidden;
    padding: 80px 0;
  }
  
  .section-header {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background:  #2F5A3E;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .section-header p {
    margin-bottom: 0;
  }
  
h2{
    position: relative;
    text-align: center;
    font-size:24px;
}
  

.home-button{
	position: relative;
	padding: 10px 20px;	
}

.home-btn{
	width: 40px;
	height: 40px;
	font-size: 24px;
	border-radius: 5px;
	background-color:  #498354;
	border: white;
}