
@media only screen and (min-width:991px) {
    .respo {
        padding: 3% 4% !important;
        /* border:blue solid; */
    }
    .become-volunteer-one{
      padding: 13% 4% !important;

    }
   
    .section-title__title{
      line-height: 150%;
    }
}
@media only screen and (max-width:400px) {
  
.footer__newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
  }
  .main-contact{
    margin-top:10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .respo{
    /* border: red solid !important; */
    padding: 15% 4% !important;

  }
  .about-one{
    /* border: green solid !important; */
    padding: 15% 0 !important;


  }
  .section-title-mobile{
    padding: 15% 0 0% !important;
    
  }
  .section-title__title{
    line-height: 140%;
    font-size: 2rem !important;
  }
  .become-volunteer-one__title{
    font-size: 2rem;
  }
  
.about-four__right .section-title {
  margin-bottom: 8px !important;
}
.respo-vision{
  padding: 3% 6% !important;

}
}

