


/*  */
.new_banner{
  padding:80px 0 0;
  background: #eff5f2;
}
.about_volte_text{
  margin-top: 24px;
  font-family: 'Outfit';
}
.about_volte_text p{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.34;
  color: #2A2F2C;
  margin: 0;
}
.about_volte_text p:not(:first-child){
  margin-top: 16px;
}
.about_volte_text a{
  font-weight: 700;
  display: inline-block;
  margin-top: 16px;
  color: #4CAC78;
}
.hero_banner_text{
  max-width: 686px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hero_banner_text h5{
  font-weight: 600;
  font-size: 28px;
  line-height: 1.6;
  color: #4CAC78;
  margin: 0;
}
.hero_banner_text h4{
  font-weight: 600;
  font-size: 52px;
  line-height: 1.23;
  color: #2A2F2C;
  margin: 12px 0 0;
}
.ancher{
  margin-top: 32px;
}
.ancher a{
    border: none;
    background: #4CAC78;
    border-radius: 5px;
    padding: 17px 50px;
    display: inline-block;
    font-family: Outfit;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color: #fff!important;
    transition:all 0.3s;
    cursor: pointer;
}
.ancher a#installLink:hover{
  background-color: #18d26e!important;
}
.partner_graphic{
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_graphic img{
  display: inline-flex;
  margin:0;
}
.partner_graphic img:nth-child(2){
  margin:10px 0 0;
}
.WhyVolte.NewWhyVolte{
  background: #eff5f2!important;
}
.Frequently_sec.new_Frequently_sec{
  background: #fff!important;
}
.Howitworks.newHowitworks{
  background: #fff!important;
}
.Startraising.newStartraising{
  margin:0 auto;
}
.new_button .raisingfundsbtn{
  padding:17px 42px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  height: auto;
  width: auto;

}
@media screen and (max-width: 768px){

  .partner_graphic{
    display: block;
  }
  .partner_graphic img:nth-child(3),.partner_graphic img:nth-child(1) {
    margin-top: 30px;
  }
  .partner_graphic img:nth-child(2) {
    height: 130px;
  }

  .new_banner{
    padding:60px 0 0;
  }
  .hero_banner_text h5{
    font-size: 18px;
  }
  .hero_banner_text h4{
    font-size: 25px;
  }
}
