.airline_text{
    margin: 5px 10px;
}
.fa-check{
    color: #2070c2;
    margin-right: 5px;
}
.airline_box{
    border: #a7a7a7 1px solid;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
  }
  
  .airline_img{
    width: 80%;
}
.credit_card, .credit_card:hover{
    background-color: #2070c2;
    color: #ffff;
    text-decoration: none;
    margin: 10px 0px 20px 0px;
}
.playhere{
    margin-top: 20px;
    width: 90%;
}
/******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 320px) and (max-width:480px)
{
    .playhere{
        width: 70%;
    }
.airline_box{
    border: #a7a7a7 1px solid;
    margin: auto;
    margin-top: 20px;
    width: 85%;
    text-align: center;
    padding: 30px;
  }
  .airline_img{
      width: 80%;
  }
}
/******************************************** (min-width:480px) and (max-width:576px) *******************************************/
@media only screen and (min-width:480px) and (max-width:576px)
{
    .playhere{
        width: 60%;
    }
    .airline_box{
        border: #a7a7a7 1px solid;
        margin: auto;
        margin-top: 20px;
        width: 75%;
        text-align: center;
        padding: 30px;
      }
      .airline_img{
          width: 80%;
      }
    }

    
  /******************************************** (min-width:480px) and (max-width:576px) *******************************************/
@media only screen and (min-width:576px) and (max-width:992px)
{  
    .playhere{
        width: 50%;
    }

}