@media only screen and (max-width: 900px){
    .card-border-right{
        border-right: none !important;
    }
    .collapse_box, .faq-section .mb-0 > a[aria-expanded="true"]:after, .mb-0 > a:after {
        width: 45px !important;
        padding: 10px 0px !important;
        font-size: 15px !important;
    }
    .font-23 {
        font-size: 16px !important;
    }
    .font-20 {
        font-size: 15px !important;
    }
    .font-15 {
        font-size: 12px !important;
    }
    .font-16 {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 767px){
    #show_date{
        display: block;
        float: none !important;
        margin-bottom: 10px;
    }
}