main {
  min-height: calc(100vh - 54px);
}
main .texto-slide {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
main .texto-slide p,
main ul {
  padding: 40px 10% 10px 10%;
  color: #000;
  font-weight: 500;
  font-size: 19px;
}
main ul li {
  list-style: disc;
}
main table {
  font-family: 'Raleway', sans-serif;
  margin: 0 auto;
}
main table tr td,
main table tr th {
  padding: 5px;
}