[data-component-id="tec_prepa:sobre_nosotros"] {
  padding: 16px;
  border-radius: 24px;
  background-color: #CFE253;
  display: none;

  &:has(*) {
    display: block;
  }

  h2 {
    color: #030219;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

    + * {
      margin-top: 8px;
    }
  }

  p {
    color: #030219;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;

    + * {
      margin-top: 16px;
    }
  }

  a {
    background-color: #D24204;
    display: inline-block;
    padding: 16px 32px;
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all .3s ease-in-out;

    &:hover {
      background-color: #030219;
    }
  }
}

@media screen and (min-width: 1024px) {
  [data-component-id="tec_prepa:sobre_nosotros"] {
    h2 {
      font-size: 24px;
      line-height: 30px;
    }
  }
}

@media screen and (min-width: 1280px) {
  [data-component-id="tec_prepa:sobre_nosotros"] {
    padding: 32px;
  }
}
