.heading_style{
  background-image: linear-gradient(to right, #265B8C, #00395D);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align:center;
  font-weight: bold;
   font-size:35px!important;
}
.about_content_section,.contact_content_section{
   background-image: url('../images/landing_bg_image_2.jpg');
   background-size: cover;
   height: 100vh;
  padding-top:50px;
  overflow-y: auto;
}
.about_content,.contact_content{
  text-align:justify;
  margin-bottom:100px;
  padding:10px 10px;
}
.contact_content .contact_content_sub{
  border-bottom:1px solid gray;
  margin-top: 20px;
  padding: 10px;
  border-radius:10px;

}
.contact_content .contact_content_sub h3{
  font-size: 20px;
  font-weight: bold;
}
.contact_content .contact_content_sub p{
  color:#181818;
  font-size:18px;
}
@media only screen and (max-width:768px){
.heading_style{
  font-size:30px!important;
}
.about_content_section,.contact_content_section{
  padding-top:30px;
}
}
