.hero-widget__img {
  background: rgba(0,0,0,.2);
}

.rich-formatting li a, .rich-formatting p a {
 text-decoration: none;
}

ul.about {
 list-style: square;
 padding-left: 10px;
}
/*ul.about li a {
  text-decoration: none;
}*/
.rich-formatting h2 {
 margin-top: 20px;
}
.rich-formatting h2 + p {
  padding-left: 10px;
}

.rich-formatting > .container {
    display: flex;
    justify-content: space-around;
    margin: 32px 0;
}
.section {
    text-align: right;
}
.section strong {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    display: block;
}

