br {
  content: '\A';
  display: contents;
  white-space: pre;
}

.content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bg-about {
  background-image: url("../../img/itau/about/backgroud.webp");
}

.about {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.partner-logos {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.partner-logos img {
  margin: 10px 0;
  width: 130px;
  height: 50px;
}