.customPageCenteredContent {
  width: 100% !important;
  min-width: 0px;
  margin: 0;
  max-width: unset;
}

.left {
  width: calc(60% - 40px);
  margin: 0px;
  padding: 0px;
  float: left;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-transform: uppercase;
  font-size: 35px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 45px;
  flex-direction: column;
}

.right {
  width: 60%;
  margin: 0px;
  padding: 0px;
  float: right;
}

.firstSection {
  display: flex;
  width: 96%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 150px;
}

.absoluteBadge {
  position: absolute;
  right: 6vw;
  top: 480px;
}

.right img {
  height: 503px;
  object-fit: cover;
  width: 100%;
}

.absoluteBadge img {
  width: 110px;
}

.left strong {
  font-weight: bold;
}

.algoDeNosotros {
  width: 59%;
  margin: auto;
  font-size: 20px;
  margin-bottom: 140px;
  margin-left: 15%;
}

.algoDeNosotrosTitle {
  margin-bottom: 30px;
}

.algoDeNosotrosText {
  line-height: 27px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .firstSection {
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }

  .left {
    width: 85%;
    padding: 0px;
    margin: auto;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 30px;
  }

  .right {
    width: 100%;
  }

  .right img {
    height: unset;
    width: 100%;
  }

  .absoluteBadge img {
    display: none;
  }

  .algoDeNosotros {
    width: 85%;
    margin: auto;
    margin-bottom: 40px;
  }
}
