@media only screen and (max-width: 768px){
    #card-section{
        display: none;
    }
}
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 576px){
    
}

@media only screen and (min-width: 900px){
    .fs-responsive{
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 910px){
    .fs-responsive{
        font-size: 14px !important;
    }
    #card-section{
        display: flex;
    }
}
@media only screen and (min-width: 1200px){
    .fs-responsive{
        font-size: 16px !important;
    }
}
@media only screen and (min-width: 1400px){
    .fs-responsive{
        font-size: 16px !important;
    }
}