@media(max-width: 990px){
	h1.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  section.mb-5{
  	margin-bottom: 2rem !important;
  }
}
@media(max-width: 425px){
	h1.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  section.mb-5{
  	margin-bottom: 1rem !important;
  }
	.lead {
    font-size: 1rem;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}