.home-heading{
    text-align: center;
    padding: 20px 0px;
    font-size: 25px;
    color: #3d3f94;
}

.new-parts-container{
    margin:0px 80px;
    display:flex;
    padding-bottom: 40px;
}

.new-part-items{
    margin:auto;
}

.card{
    box-shadow: 2px 2px 5px grey;
    padding-bottom:20px;
    margin-bottom:15px;
    /* height: 200%; */
}



@media screen and (min-width : 768px) and (max-width : 1023px){
    .btn{
        font-size: 35px !important;
    }
}


