@keyframes productImg_drop1{0%{transform:translateY(-100%) rotate(140deg)}to{transform:translateY(0) rotate(40deg)}}@keyframes productImg_drop2{0%{transform:translateY(-100%) rotate(-140deg)}to{transform:translateY(0) rotate(-40deg)}}@keyframes productImg_drop3{0%{transform:translateY(-100%) rotate(50deg)}to{transform:translateY(0) rotate(150deg)}}@keyframes productImg_drop4{0%{transform:translateY(-100%) rotate(-20deg)}to{transform:translateY(0) rotate(-120deg)}}@keyframes productImg_drop5{0%{transform:translateY(-100%) rotate(-10deg)}to{transform:translateY(0) rotate(-80deg)}}.product_info{display:flex;flex-direction:row;flex-wrap:wrap;margin:50px 0}.productImg{width:170px;margin:15px;height:min-content}.product_details{margin:20px;max-width:70%}.product_details ul,p{font-size:16px}.productImg_head{width:150px}.productImg_drop1{transform:rotate(40deg);animation:productImg_drop1 1s ease-out 0s 1}.productImg_drop2{transform:rotate(-40deg);animation:productImg_drop2 1s ease-out 0s 1}.productImg_drop3{transform:rotate(150deg);animation:productImg_drop3 1s ease-out 0s 1}.productImg_drop4{transform:rotate(-120deg);animation:productImg_drop4 1s ease-out 0s 1}.productImg_drop5{transform:rotate(-80deg);animation:productImg_drop5 1s ease-out 0s 1}.products_page_heading{padding:80px 0;margin-bottom:20px;text-align:center}.white_label_products{display:flex;flex-direction:row;flex-wrap:wrap;margin:30px 0}.white_label_product{box-shadow:5px 5px 5px 5px #f5f5f5;border-radius:10px;padding:5px;margin:5px;display:flex;flex-direction:row}.white_label_product img{width:28px;height:28px;margin:5px}.white_label_product div{font-size:16px;margin:auto}.btns{border:1px solid;border-radius:5px;padding:5px;font-size:15px}.link_icons{margin:7px}@media screen and (max-width:576px){.productImg{height:auto}.productImg_head{width:50px}}.products_page_heading img{transition:transform .3s ease}.products_page_heading img:hover{transform:translateY(-10px)}