

.new_catalog-prof {
    padding: 10px 0 20px;
    /* border: 3px solid #ececec; */
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    /* box-shadow: 7px 8px 19px 0px rgb(104 105 101 / 15%); */
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 3%), 0 4px 32px rgb(18 17 36 / 6%);
}




@media screen and (max-width: 767px) {
.new_catalog-prof {
    padding: 10px 0 0px;
    /* border: 3px solid #ececec; */
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    /* box-shadow: 7px 8px 19px 0px rgb(104 105 101 / 15%); */
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 3%), 0 4px 32px rgb(18 17 36 / 6%);
}


}