.heading{
	margin-top: 90px;
	font-size: 2.5rem;
}

.no_mt_if_pc{
    margin-top:0rem !important;
  }
  @media screen and (max-width:1024px){
    .no_mt_if_pc{
      margin-top:7rem !important;
    }
  }