section.cg-newsletter{
  background-color: #dcc7b8;
  padding: 40px 0px;
}
section.cg-newsletter .page-width .section-title h2{
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
  color: #261910;
}

@media (max-width: 767px){
section.cg-newsletter .page-width .section-title h2 {
    font-size: 25px;
}
}