h1, h2, h3, h4, h5, h6 {color:var(--theme-color)!important;}
p, div, span, label {color:rgb(137, 138, 141)!important;}

/* body.theme-default {

} */

body.theme-default:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(http://www.medinstitute.org/wp-content/uploads/2022/04/Group-140.png);
  background-size:900px auto;
  opacity:0.1;
}

body.theme-default .grid-60,
body.theme-default .grid-40 {
  width:100%;
}

body.theme-default .grid-60 {
  margin-bottom:3rem;
}
