.home_products{display:flex;flex-direction:column;align-items:center;padding:10px;margin-bottom:-30px}.home_products__items{display:flex;align-items:center;justify-content:space-around;flex-direction:row;width:100%;max-width:1230px;margin-top:20px}@media (max-width:768px){.home_products{margin-bottom:-30px}.home_products__items{flex-direction:column;margin-top:0}}.home_product_item{display:flex;justify-content:center;text-align:center;height:470px;width:30%;max-width:400px;background-repeat:no-repeat;background-position:50%;background-size:cover;position:relative;cursor:pointer;margin:10px}.home_product_item:hover .home_product_item__shadow{opacity:.5;transition:opacity .3s,visibility .3s}.home_product_item a{width:100%}.home_product_item__title{font-size:40px;color:#fff;position:absolute;top:50%;bottom:50px;height:60px;margin-top:-30px;font-weight:700;width:100%;padding:10px}.home_product_item__shadow{position:absolute;width:100%;height:100%;background-color:#000;opacity:.6;top:0}@media (max-width:768px){.home_product_item{width:100%;height:200px;margin:0 0 10px}.home_product_item__title{font-size:30px}}