.jumbotron {
    background-color: #ffffff;
  }
  .content-section {
    padding: 10px 0;
  }
   
.heading{
  border-bottom: 2px solid orange;
}


.maharshi-dayanand{
  width: 80vw;
  border-radius: 10px;
  
}
.container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width:767px) {

  .heading{
    font-size: 5.2vw;
  }
}


@media screen and (max-width:470px) {

  .paragraph{
    font-size: 4vw;
  }
}
