.secao-plano-clientes {
  background-color: #fff;
  height: 43vh;
  width: 100%;
  padding: 0px 80px 0px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  h1 {
    font-size: 2em;
    color: black;
    margin-bottom: 50px;
    line-height: 0.1em;
  }
}
