.home .Footer__footerBg{
    display: none
  }
.cw_footer_container{
    background: #f5f5f5;
    padding: 1.875rem 0;
    line-height: 1.6;
    width: 100%
}
.cw_footer_wrapper{
    padding: 0 0.9375rem;
    max-width: 73.125rem;
    margin: 0 auto
}
.cw_footer_info{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #333;
    padding: 20px 0;
    text-align: center
}
.cw_footer_qus{
    font-size: 1.875rem;
    color: #333
}
.cw_footer_desc{
    font-size: 1rem;
    color: #333
}
.cw_footer_btn{
    padding: 1.25rem
}
.cw_addticket_btn{
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #636363;
    transition: all .15s ease;
    color: #FFF;
    font-family: inherit;
    display: inline-block;
    outline: none;
    cursor: pointer
}
.cw_addticket_btn:hover{
    background-color: #e46317
}
@media (max-width: 48em){
    .cw_footer_info{
        flex-direction: column;
    }
    .cw_footer_qus{
        font-size: 1.375rem
    }
}
