.section--about-us {
  padding-top: 46px;
  padding-bottom: 42px;
  padding-left: 16px;
  padding-right: 16px;

  @media (min-width: 1024px) {
    padding-bottom: 120px;
    padding-left: calc(var(--vw) * 20);
    padding-right: calc(var(--vw) * 20);
  }
}

.c-about-us__hero {
  .car-tag_card {
    display: none;
  }

  .card--destacada-home_text {
    display: none;
  }
}

.c-about-us__hero-text {
  @media (min-width: 768px) {
    padding-top: 48px;
  }
}

.c-about-us {
  display: flex;
  flex-direction: column-reverse;

  @media (min-width: 1024px) {
    flex-direction: row;
    gap: 48px;
  }
}

.c-about-us__pretitle {
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 9px !important;

  @media (min-width: 1024px) {
    font-size: 21px;
    margin-bottom: 12px !important;
  }
}

.c-about-us__title {
  color: var(--black);
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 8px;
  @media (min-width: 1024px) {
    font-size: calc(var(--vw) * 40);
    line-height: calc(var(--vw) * 46);
    letter-spacing: 0.02em;
    margin-bottom: calc(var(--vw) * 8);  
  }
}

.c-about-us__texts {
  flex: 1;
}

.c-about-us__image {
  flex: 1;
  flex: 1;

  img {
    display: block;
  }
}
