.oficialidad {

  h2 {
    &:has(+ p) {
      margin-bottom: 16px;
    }
  }

  p {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;

    line-height: 24px;

    margin-bottom: 32px;
    color: #001745B2;
  }

  .oficialidad-register {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;

    @media (min-width: 768px) {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }

    img {
      display: block;
      width: auto;
      height: 64px;

      &.ministry-logo {
        height: 48px;
      }
    }
  }
}