body{
    background-color: #18322f;
    font-family: poppins;
   
}
.accordion{
    width: 760px;
     margin: 0 auto;
     overflow: hidden;
   
}
.accordion-item{
     background-color: #749075; 
     padding: 10px 5px 10px 5px;
     margin-top: 5px;
}
.accordion-header{
    width: 100%;
    padding: 4px 5px;
    display: flex;
    justify-content: space-between;
    font-family: Allerta;
    font-size: 1rem;
    color: white;
   background-color: #749075 ;
   border: none;
   cursor: pointer;
}
/* .accordion-header.active{
background-color: #18322f ;
} */
.accordion-header.active i{
 transform: rotate(180deg);
 transition: all 0.3s ease-in-out;
}
.accordion-body{
    padding: 0 10px;
   color: white;
   max-height: 0;
   overflow: hidden;
   transition: all 0.3s ease-in-out;
   
}
.accordion-body.active{
    max-height: 300px;
}
.par{
   padding-left: 300px;
   color: white;
   margin-bottom: 50px;

   padding-right: 200px;
}
.par h1{
    margin-top: 90px;
    color: #749075;
}
.bottom h2{
    color: #749075;
}
.bottom{
    background-color:rgba(0, 0, 0, 0.116);
    width: 78.5%;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 300px;
    color: white;
    margin-bottom: 30px
}