
.homepage{
    margin-top: 100px;
      }
  
  .homepage .contanner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;   
    

  }
  
  .homepage .contaner .table{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
  }
  
  .homepage .contaner .table .tr{
    display: flex;
    justify-content: center;
    align-items: center; 
  
  }
  
  .homepage .contaner .table .tr .td{
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  
  
  .homepage .contaner .table .image{
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;
  }
  
  .homepage .btn-reserve{
    color: #fff;
    font-size: 16px;    
    width: 140px;
    height: 40px;
    border-radius: 10px;
    align-items: center;
    border-color: #337357;
    background-color: #337357;
   margin-bottom: 15px;
    text-align: center;
  }

  .homepage .btn-reserve:hover{
    
    background-color: #fff;
    color: #337357;
    border-color: #337357;
  }

  .homepage .group_btn{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }

  .homepage .row .reserve_box{
    text-align: center;
  }

  .homepage .condition{
    background: #C6ED94;
    padding: 20px;
}

.homepage .p{
    margin-top: 5px;
}
 

  