.content .col-lg-6 {
  padding: 2em;
}


img[mask]  {
    max-width: 500px;
}


h2.hero {
  font-size: 2.2rem;
}

h2.hero .highlight {
  text-decoration: underline;
  text-decoration-color: goldenrod;
}

.mobile-menu-toggle {
  display: none !important;
}

@media (max-width: 767px) {
    
    ul {
      padding-left: 2em;
    }

}