h1 {
  color: #0066b3;
  text-align: center;
}

#quemSomosSection {
  padding-bottom: 40px;
}

#quemSomosSection p {
  font-size: 19px;
  font-weight: 400;
}

#historiaPlantasSection {
  background: #0066b3;
  padding-top: 100px;
}

#historiaPlantasSection h1 {
  color: white;
  text-align: center;
  margin-bottom: 40px;
}

#escritoriosMundoSection {
  margin-top: 100px;
}

#escritoriosMundoSection .container {
  margin-top: 50px;
}

#missao-valores ul {
  list-style-type: disc;
}

#missao-valores ul li {
  text-align: justify;
  font-size: 15px;
}

.accordion-button,
.accordion-body {
  background: #0066b3;
  color: white;
}

.accordion-body p {
  font-size: 15px;
}

.accordion-item {
  margin-bottom: 32px;
  position: relative;
}

.img-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #0066b3;
  z-index: 10;
  padding: 5px;
  border-radius: 100%;
  background-position: center;
  top: -19px;
  left: -63px;
}

.img-icon img {
  margin: auto;
  display: block;
  padding: 8px 2px;
  width: 60px;
  height: 66px;
}