.text-desc {
  color:red;
  font-weight: 600;
}

.preco-desc {
  font-size:1.2em;
  font-weight: 600;
}

.btn-pedido {
  font-weight: 600;
}

.btn-pedido a {
  text-decoration: none!important;
}

.list-obs {
  margin-left: 1em;
  font-size: 1.2em; 
  line-height: 1.5em;
}

.bkg-footer {
  padding: 2em;
  background-color: rgba(0,0,0,0.5);
}

@media(max-width: 768px) {
  .footer-outer img {
    width: 20%;
  }
  
  .fh5co-bottom-outer h1 {
    font-size: 1.8em;
  }  
}

@media(max-width: 425px) {
  .fh5co-bottom-outer h1 {
    font-size: 1.5em;
  }  
  
  .footer-outer img {
    width: 40%;
  }  
}

@media(max-width: 375px) {
  .btn-pedido {
    font-size: 0.8em;
  }
  .fh5co-bottom-outer h1 {
    font-size: 1.2em;
  }

  .preco-desc {
    font-size:1em;
  }  

  .list-obs {
    font-size: 1em; 
  }  
}