#hero-cover {
  display: none;
  flex: 0 0 calc(100% / 12 * 7);
}

#hero-cd-positioned {
  background-color: #fba905;
}

#hero-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

img.hero-image {
  width: 60%;
  max-width: 360px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

#resimen-taruna {
  font-weight: 600;
  font-size: 32px;
  color: #FFF;
}

#section-content {
  flex: 0 0 calc(100% / 12 * 12);
  height: 100%;
  display: flex;
  justify-content: center;
}

#section-content > cd-column {
  max-width: 400px;
}

@media only screen and (min-width: 992px) {
  #hero-cover {
    display: block;
  }

  #section-content {
    flex: 0 0 calc(100% / 12 * 5);
  }
}
