@media only screen and (max-width: 480px) {
    html,body{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    /*h2.text-center {*/
    /*    font-size: 17px;*/
    /*}*/

    h2.bg-dark.text-white.p-2 {
        font-size: 18px;
    }
    
    li.list-item {
    font-size: 12px;
  }
  
/*  h2.text-white.text-center {*/
/*    font-size: 25px;*/
/*}*/

h1.text-center.mt-4 {
    font-size: 25px;
}

}

h3.card-title {
    font-size: 18px;
}   

.wimg {
    border-style: none;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 5px;
}

/*@keyframes blink{*/
/*    50% {*/
/*        opacity: 0;*/
/*    }*/
/*}*/
/*.bg-warning {*/
/*    --bs-bg-opacity: 1;*/
/*    background-color: #FF7D09;*/
/*}*/