
.boximgprod {
    position:relative;
    overflow:hidden;
    width:220px;
    height:400px;
    clear:both;
    padding-top:10px;
}
.about-img {
    height: 250px;
    position:relative;
    top:50%;
    left:50%;
    margin-top:-140px;
    margin-left:-100px;
}

@media(max-width: 990px){
  .about-img {
    height: 300px;
    position:relative;
    top:50%;
    left:50%;
    margin-top:-180px;
    margin-left:-140px;
  }
}

.about-titulo-mb{
  font-size: 60px; 
  margin-top: 60px;
  line-height: 60px;
  color: #5a7694;
  font-weight: 400;
}

.about-sub-titulo-mb{
  font-size: 50px; 
  font-weight: 400;
  margin-top: 60px;
  line-height: 60px;
  color: #b47d5f;
}

.about-paragrafo-mb{
  font-size: 40px; 
  margin-top: 50px;
  line-height: 50px;
  text-align: justify;
  color: #5a7694;
}

.about-titulo{
  font-size: 30px; 
  margin-top: 30px;
  color: #5a7694;
  font-weight: 400;
}

.about-sub-titulo{
  font-size: 25px; 
  margin-top: 30px;
  color: #b47d5f;
  font-weight: 400;
}

.about-paragrafo{
  font-size: 20px; 
  margin-top: 30px;
  text-align: justify;
  color: #5a7694;
}

.about-paragrafo-services{
  font-size: 20px; 
  text-align: justify;
  color: #5a7694;
}

.body-about {
  background-color: #f6ece7;
}