.footer .widget-title, .footer div[class*='elementor-widget-wp-widget-'] h5, .footer .elementor-widget .woocommerce h5 {
    color: #eeeeee;
    font-size: 30px;
		font-weight: 700;
}
/* Apply this to the body or main container */
#main {
  background: linear-gradient(135deg, 
    #ebf9f1,  /* light leafy green */
    #e6f3ff,  /* soft light blue */
    #fff5f5   /* gentle light red */
  );
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead {
  background: linear-gradient(135deg, 
    #ebf9f1,  /* light leafy green */
    #e6f3ff,  /* soft light blue */
    #fff5f5   /* gentle light red */
  );
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.post .entry-title a {
    display: initial;
    font-size: 20px;
		col---or: #2f5d9d;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 1px solid #8ac446;
    padding: 20px;
    text-align: left;
}