#customPageTitle {
  display: none;
}
.customPageCenteredContent {
  width: 100%;
  min-width: 0;
  margin: 0 auto 0;
  background-color: #ededed;
  min-height: 50vh;
}
.portada-about {
  width: 100%;
}
h1,
h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.25px;
  margin: auto;
  margin-bottom: 15px;
  max-width: unset;
}
.container-about {
  width: 90%;
  margin: 90px auto;
}
.container-about-one h1 {
  margin-bottom: 60px;
}
.section-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-about-one .section-flex:nth-of-type(1) {
  margin-bottom: 30px;
}
.section-flex img {
  width: 50%;
}
.section-flex p {
  width: 40%;
  padding: 10%;
  font-size: 15px;
}
.container-about-three .section-flex p {
  width: 100%;
  padding: 0;
}
p {
    font-size: 15px;
    font-weight: 100;
}
.container-about-three .section-flex div {
  width: 45%;
  padding: 5%;
}
.container-about-two h2 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.container-article-flex {
  display: flex;
  justify-content: space-between;
}
.container-article-flex article {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 20%;
}
.container-article-flex article img {
  margin-bottom: 15px;
  aspect-ratio: 16/9;
  width: 100%;
}
.container-article-flex h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.9px;
}
.container-about-four h2,
.container-about-four h2 + p {
  text-align: center;
}
.container-about-four h2 + p {
  margin-bottom: 30px;
}
.container-about-four img {
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .customPageCenteredContent {
    width: 100% !important;
  }
  .container-about {
    margin: 40px auto;
  }
  h1,
  h2 {
    font-size: 18px;
    text-align: left;
  }
  .container-about-one h1 {
    margin-bottom: 20px;
  }
  .section-flex {
    flex-direction: column;
  }
  .section-flex p, .container-about-three .section-flex div {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .section-flex img {
    width: 100%;
  }
  .container-article-flex{
    flex-direction: column;
  }
  .container-article-flex article{
    width: 100%;
    margin-bottom: 30px;
  }
  .container-about-four h2, .container-about-four h2+p{
    text-align: left;
  }
  .container-about-two, .container-about-four .container-article-flex{
    width: 80%;
    margin: auto;
  }
}
