section.content {
  margin-bottom: 0px !important;
  background-color: white;
  padding: 0 0 0 0;
  text-align: left;
}

section.content > .banner {
  width: 100%;
  height: 150px;
  margin-bottom: 2vh;
  background-repeat: no-repeat;
  background-position: center;
}

section.content.internal > .columns > .column {
  padding: 4vw;
}

section.content.internal > .columns > .column > .title {
  font-family: "Homenaje", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

section.content.internal > .columns > .column > ul {
  list-style-type: none;
  margin-bottom: 5vh;
}
