.simpleBox {
  padding: 15px;
}

.pagePlaces .simpleBox h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight:bold;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .pagePlaces .simpleBox h3 {
    margin-bottom: 30px;
  }
}
