@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    font-size: 15px;
  }
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  /* End "Hospital Website Demo Responsive" */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  /* End "Hospital Website Demo Responsive" */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  /* End "Hospital Website Demo Responsive" */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  /* End "Hospital Website Demo Responsive" */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  /* End "Hospital Website Demo Responsive" */
}

@media only screen and (min-width: 1550px) {
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  /* End "Hospital Website Demo Responsive" */
}