.head-versal-m {
    border-bottom: 0.5px;
    border-bottom-style: solid;
    border-color: black;
    padding-bottom: .3em;
    margin-bottom: .3em;
    /* color: #ff00b7; */
}


/* —————————————————————————————————————————————————— */
/* MEDIA 960
—————————————————————————————————————— */


/* MEDIA 430*/
@media only screen and (max-width:430px) {}

/* MEDIA 300*/
@media only screen and (max-width:420px) {
    .head-versal-m {
        border-bottom: 0.0px;
        margin-bottom: -0.3em;
        /* color: #ff00b7; */
    }
/* 
    .grid-uni-item {
        display: grid;
        grid-template-columns: 1fr;
        background-color: aqua;
    } */

    .listings-medium {
        font-size: var(--font-size-s);
    }


}