div.metric-average {
  display: none;
}
div.legend-item-uptime-value {
	  display: none;
}
small.month-uptime {
  	display: none;
}
/* 1. Hide the original text inside the heading */
#about-this-site {
    font-size: 0 !important;
    line-height: 0 !important;
}

/* 2. Inject and style your new custom heading */
#about-this-site::after {
    content: "Looking for support?";
    font-weight: 500;
    font-size: 28px !important;
    font-size: 1.75rem !important;
    line-height: 37.8px !important;
    line-height: 2.3625rem !important;
}