.Secao-cadastro {
  height: 400px;
  background-image: url(../../assets/images/bg-cadastro.png);
  background-repeat: no-repeat;
  background-position: center center;

  display: flex;
  align-items: center;

  @media screen and (max-width: $md) {
    height: 300px;
    background-image: none;
    background-color: #F5F5FA;
  }

  .Container  {
    display: flex;
    flex-direction: column;
  align-items: center;
  }

  .Title {
    padding-bottom: 14px;
  }

  ._text-body {
    max-width: 454px;
    padding-bottom: 48px;
  }

  .Buttons-actions {
    gap: 16px;
  }
}
