div#customPageTitle {
  display: none;
}

.container {
  width: 50%;
  margin: auto;
  text-align: left;
  margin-top: 50px;
}

.textContainer {
  margin-bottom: 70px;
  width: 95%;
  position: relative;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  line-height: 18px;
}

.title {
  font-family: "baskerville";
  font-size: 45px;
  line-height: 49px;
  margin-bottom: 40px;
}

#envios {
  top: -80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .container {
    width: 80%;
    text-align: center;
  }

  .title {
    line-height: 33px;
    font-size: 40px;
    text-align: left;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
