section h4 {
  padding-bottom: 20px;
}
p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 10px;
}
section img {
  margin: 0 0 20px 0
}
section .sobre{
  padding-left: 15px;
  padding-right: 15px
}
/*mvv stands for: missão visão valores*/
section .mvv{
  padding-top: 40px
}
section .valores p{
  line-height: 1.2;
}
.indent p{
  text-indent: 15px;
}
@media(max-width:1200px){
  section .col-lg-6 {
    padding: 0;
  }
  section p {
    text-indent: 20px;
  }
  h4+p {
    margin-bottom: 40px;
  }
  .valores h4+p{
    margin-bottom:10px
  }
}