/* breakpoints */
.title {
  background: transparent; 
}
.title h1, .title .field-title a {
  border-bottom: 1px solid #aaaaaa;
  font-size: 24px;
  margin-bottom: 10px;
  color: #3e3e3e;
  line-height: 20px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer; 
}  
.title h1:hover, .title .field-title a:hover {
  color: #878787; 
}
#power-outages .title.outages h1.field-title {
  background: transparent;
  font-family: Inter;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  color: #002263;
}
