#institutionality {
  background-color: white;
  padding: 0px !important;
}

#institutionality > div:first-child {
  display: none;
}

#institutionality .container-fluid {
  margin-top: 0px !important;
}

.text-body {
  color: #0070B3!important;
  line-height: 2.3rem;
  font-size: 1.5rem;
}
.text-body > p {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .text-body {
    line-height: 1.6rem;
    font-size: 1.1rem;
  }

  .text-body > p {
    margin-top: 10px;
  }
}
