

#linha-galeria{
  margin-left: 18%;
}

#expandir_imagem{
  padding: 50px;
  transition: transform .2s; /* Animation */
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
#expandir_imagem:hover{
  transform: scale(1.5);
}
.subtitulo{
  margin-top: 1em;
 
  text-align: center;
}

.depoimento-video{
  margin-top: 2em;
	display: flex;
	justify-content: center;
	margin-bottom: 2em;

}
.depoimento-video iframe{

}
@media only screen and (max-width:500px){
  #linha-galeria{
 
    margin-left: -11%;
  }
.depoimento-video iframe{
	/*width: 50px;*/
}
  #expandir_imagem:hover{
    transform: scale(1.2);
  }
}

.sub-titulo {
  color:white;
padding:1em;

}

.titulos{
  text-align: center;
}

