function TravelGrantPerforma() {
  return (
    <div className="container">
      <br /><br />
      <div className="row">
        <div className="col-md-2">
          <div className="round-box">
            <div className="col-sm-13 text-center">Travel Grant Performa</div>
          </div>
        </div>
        <div className="col-md-12">
          <br />
          <p className="text-justify">
            Download the travel grant application form and submit it along with required documents for approval. The performa includes details about the conference, estimated expenses, and justification for travel.
          </p>
        </div>
      </div>
    </div>
  )
}

export default TravelGrantPerforma
