#about-us{
    margin-bottom: 2rem;
    margin: auto;
    margin-bottom: 2rem;
    max-width: 1200px;
}
#browseAll{
    display: grid;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.premium-label{
    margin: 1rem;
    font-size: 1.8rem;
}
.wrapper{
    width: 90vw;
}
#ads{
    flex-wrap: nowrap;
    justify-content: space-between;
}
#super-premium-ads .flex, #premium-ads .flex{
    max-width: 45vw;
    align-content: flex-start;
}
#super-premium-ads .flex{
    justify-content: center;
}
/* Super Premium */
#super-premium-ads .listing {
    padding: 0.3rem;
    margin: 0.4rem;
    width : 9.5rem;
    margin-left: auto;
}
#super-premium-ads .listing .title{
    font-size: 1.5rem;
    margin: 0.1rem;
}
#super-premium-ads .listing .price{
    margin : 0.1rem;
    font-size: 1rem;
}
#super-premium-ads .listing .div-img{
    width: 8rem; /* 200x200 px*/
    height: 8rem;
    margin : 0.2rem;
    min-width: 8rem; /* 200x200 px*/
    min-height: 8rem;
}
#super-premium-ads .listing .description{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width : 8rem;
    font-size: 1rem;
}

/* Premium */


.small-listing {
    margin: 0.5rem;
    padding: 0.5rem;
    max-width : 10rem;
    display: flex;
    align-items: center;
    /* background-color: unset; */
    /* box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1); */
    box-shadow: unset;
}
.small-listing div{
    margin: 0.3rem;
}
.small-listing .title{
    font-size: 1rem;
    margin: 0;
}
.small-listing .price{
    font-size: 0.8rem;
    margin: 0;
}
.small-listing .div-img{
    width: 3rem; 
    height: 3rem;
    min-width: 3rem; 
    min-height: 3rem;
    margin: 0;
}
.small-listing .description{
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    font-size: 0.8rem;
    display: none;
    margin: 0;
}
#latest-ads{
    margin-top: 5rem;
}
@media only screen and (max-width : 800px){
    #mobile-menu{
        font-weight: bold;
    }
    #super-premium-ads .flex{
        max-width: 70vw;
    } 
    #premium-ads .flex{
        max-width: 30vw;
    }
    .premium-label{
        font-size: 1.5rem;
    }
    .wrapper{
        width: 100vw;
    }

    /* Super Premium */
    #super-premium-ads .listing {
        padding: 0.4rem;
        margin: 0.2rem;
        width : 7.2rem;
    }
    #super-premium-ads .listing .title{
        font-size: 1.2rem;
    }
    #super-premium-ads .listing .price{
        font-size: 0.8rem;
    }
    #super-premium-ads .listing .div-img{
        width: 6.5rem; /* 200x200 px*/
        height: 6.5rem;
        min-width: 6.5rem; /* 200x200 px*/
        min-height: 6.5rem;
    }
    #super-premium-ads .listing .description{
        width : 7rem;
    }
}
@media only screen and (max-width : 400px){
    .small-listing{
        flex-direction: column;
        max-width : 5rem;
        padding: 0.1rem;
    }
}

