.hero__carousel {overflow:hidden;}

.aside__menu li > a {
  color: #363636;
  height: auto;
  line-height: 25px;
  font-size: 1.9rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 7px 15px;
}