.bg-depoimento{
  background: url(../../img/bg-depoimento.jpg) no-repeat;
  background-position: top center;
  height: 450px;
}
.depoimento{
  width: 100%;
  padding: 80px 0 90px;
}
.depoimento h2{
  text-align: center;
  font-size: 36px;
  color: #00003a;
  font-weight: bold;
  margin-bottom: 65px;
  display: block;
  text-transform: uppercase;
}
.depoimento .mb-wrap{
  width: 100%;
  max-width: 770px;
}
.depoimento .col{
  max-width: 370px;
}
.depoimento .col:first-child{
  margin-right: 30px;
}
.depoimento p{
  font-size: 18px;
  display: block;
  color: #242424 ;
  font-style: italic;
  padding-right: 15px;
}
.depoimento strong{
  font-size: 18px;
  float: right;
  font-weight: bold;
  color: #242424 ;
  text-transform: uppercase;
  margin-top: 22px;
}

/*RESPONSIVO*/

@media screen and (max-width: 789px){
  .depoimento{
    padding: 40px 0 50px;
  }
  .depoimento .mb-wrap{
    flex-flow: wrap;
    justify-content: space-around;
  }
  .bg-depoimento{
    background: #eff0f4;
  }
  .depoimento .col:first-child{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .depoimento p{
    text-align: center;
    padding-right: 0;
  }
  .depoimento strong{
    text-align: center;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 400px){
  .depoimento h2{
    font-size: 28px;
    margin-bottom: 25px;
  }
}
