

/* HEADING STYLE */
.about-text h1{
  font-size:48px !important;
  font-weight:800 !important;
  color:#111 !important;
  margin-bottom:10px !important;
}

/* RESPONSIVE */
@media(max-width:768px){
  .about-text h1{
    font-size:32px !important;
  }
  .breadcrumb{
    font-size:16px !important;
  }
}


    body{
    margin:0;
    font-family: 'Poppins', sans-serif;
}


