@media only screen and (max-width: 992px) {
.support_ser_list ul{
        flex-wrap: wrap;
    gap: 10px;
    border: none;
}
}

@media only screen and (max-width: 420px){
.support_ser_box p {
    color: white;
    text-align: left !important;
}
}


