/* @import url(./index.css); */
@media only screen and (max-width: 768px){
    .div-container{
        width: 100%;
    }
    .general_infor_container{
        width: 100%;
    }
    .div-field-50 {
        width: 100% !important;
    }
    .float-left{
        float: none;
    }
    .padding-right-10{
        padding-right: 0px !important;
    }
    .padding-left-10{
        padding-left: 0px !important;
    }
    .custom_bd{
        width: 100% !important;
        margin-left: 0px !important;
        margin: 10px 0;
    }
    .time-container{
        width: 100%;
    }
    .terms-container{
        width: 100%;
        margin-left: 0;
        margin: 10px 0;
    }
    .padding-right-20{
        padding-right: 0px !important;
    }
    .padding-left-20{
        padding-left: 0px !important;
    }
    .custom_time{
        margin-bottom:10px !important
    }
    .custom_info{
        display: flex !important;
    }
    .custom_ticket{
        width: 100% !important;
    }
}