


.product-catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.product {
    width: 23%;
    text-align: center;
    border: 4px solid #eee;
    box-shadow: -2px 4px 20px -6px rgb(136, 136, 136), 0 3px 6px rgba(0, 0, 0, 0.23);
padding: 10px;
margin-bottom: 2%;
}

.product-2 {
    width: 23%;
    text-align: center;
    border: 4px solid #fff;
    margin-bottom: 2%;
}

.p-product-1 a {
color: #01050c;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    line-height: 28px;
}

.product img {
    width: 100%;
}

.p-product-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-product {
    background: #bad738;
    padding: 8px 16px;
    border-radius: 6px;
    color: #000;
    text-decoration: none;

}

.btn-product:hover {
    background: #9eba20;
    color: #000;
    text-decoration: none;

}






