/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.yield-bg{
    background-color:#f6f6f6;
    padding-bottom:2em;
}
@media (max-width: 768px){
  .grid-container3{
    grid-template-columns: repeat(2,1fr);
  }  
  div.three-icons div#item3 {
    grid-column: span 2;
    max-width: 270px;
    margin: auto;
  }
  div.four-icons .wrapper{
    grid-template-columns: repeat(2,1fr);
  }    
  .buscador-vuelos form{
    margin: auto;
}
@media (max-width: 768px){
  .grid-container3, div.four-icons .wrapper{
    grid-template-columns: 1fr;
  }  
}