.sections {
  display: inline;
  float: left;
  width: 100%;
}
.sections .resaltado {
  background: #eee;
}
.sections p {
  margin-bottom: 1em;
  line-height: 19px;
  font-size: 1.1em;
  font-weight: normal;
  color: #454d52;
  margin-left: 20px;
  margin-right: 20px;
}
.sections h2 {
  color: #3d3f45;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 0.8em;
  margin-top: 0;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-inline: 20px;
}
.sections ul {
  vertical-align: middle;
}
.sections ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  list-style-image: none;
  margin: 0;
}
.sections ul li div {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.231;
  padding: 0;
  margin-left: 0px !important;
}
.sections ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #454d52;
  text-decoration: none;
}
