@media screen and (max-width: 1199px) {
  #adesao-header .container{
    justify-content: center;
    text-align: center;
  }

  .adesao-header-icon {
    display: none;
  }

  .adesao-header-text {
    max-width: 100%;
  }

  .adesao-header-text-title {
    margin-bottom: 10px;
  }
}