.galeria-wrapper::before {
  content: 'Galeria de Obras';
  display: flex;
  width: 100%;
  font-size: 28px;
  color: #242424;
  font-family: 'Raleway';
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

.galeria-wrapper::before {
  font-size: 24px;
}

}