.customPageCenteredContent {
  top: 0px;
}

.content {
  position: relative;
  width: 96%;
  margin: 91px auto 0;
  color: black;
  height: auto;
  overflow: hidden;
}

#header {
  height: 20px;
}

#content {
  top: 0;
}

#imageContainer {
  width: 55%;
  float: right;
  position: relative;
}
.image {
  width: 100%;
  height: 100%;
}
#imagen1 {
  /* margin-bottom: 50px; */
}
#imagen2 {
}
#textContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: 0%;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
#titleSobreNosotras {
  color: black;
  font-size: 37px;
  width: 98%;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 37px;
}
#textContent {
  font-size: 16px;
  width: 35%;
  margin: 0 2.5%;
  line-height: 20px;
  height: auto;
  display: block;
  background-color: #fbfbfb;
}
#remate {
  font-weight: 700;
  font-style: italic;
}
span {
  font-weight: 700;
}
#logosCertificacion {
  display: flex;
  margin-top: 47px;
}
.logo {
  width: 70px;
  margin-right: 15px;
}
.logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #content {
    margin-top: 0px;
    top: 0px;
  }
  .content {
    top: 0px;
    position: relative;
    width: 100%;
    height: fit-content;
    margin: 0;
  }
  #imageContainer {
    width: 100%;
  }

  #textContainer {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  #titleSobreNosotras {
    width: 100%;
    font-size: 22px;
    margin-bottom: 15px;
  }
  #textContent {
    width: 90%;
    box-sizing: border-box;
    padding: 25px 25px 0px 25px;
    margin-top: -140px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 19px;
    margin: -140px auto 0;
  }
  #logosCertificacion {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 35px;
  }
  .logo {
    /* margin-right: 0px; */
    /* width: 60px; */
  }
}
