.Secao-empresa {
  position: relative;
  height: 362px;
  padding: 80px 0 118px;
  background-image: url(../../assets/images/informative-ow.png);
  background-repeat: no-repeat;
  background-position: center bottom;

  .Container {
    h2 {
      color: #fff;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
    }

    p {
      color: #cac8d0;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      line-height: 150%;
      padding: 8px 0 32px;
    }
  }

  @media (max-width: $md) {
    height: auto;
  }
}
