@media only screen and (min-width: 320px) and (max-width: 425px){

    .project-card a {
    font-size: 15px;
}
.project-card {
     padding: 1rem 0px;
}
.third-cards ul li{
    font-size: 14px;
    padding-top: 5px;
}
.text-area{
    padding-bottom: 19px;
}
     .possession-wrap{
        margin-left: 2px !important;
       }

.listing-table-wrapper {
    padding-left: 2px !important;
}

.pimary-color{
    background: none !important;
    box-shadow: none !important;
}

}