/* A TU LADO */
#a-tu-lado {
  background: #ed9c34;
  padding-top: 50px;
  padding-bottom: 50px;
}
#a-tu-lado h2 {
  font-family: 'brutal_typebold';
  line-height: 120%;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #a-tu-lado h2 {
    font-size: 24px;
  }
}

#a-tu-lado p {
  color: #333333;
  font-size: 21px;
  margin-top: 20px;
  text-align: center;
}
#a-tu-lado .btn-white {
  margin-top: 50px;
}
