.product_cards .product_cards_title{margin-bottom:50px;text-align:center}.product_cards .product_cards_section{display:flex;flex-wrap:wrap;gap:15px}.product_cards .product_cards_section .product_cards_content{background:#fff;border:1px solid #ddd;border-radius:20px;display:flex;flex-direction:column;padding:30px;row-gap:20px;width:calc(25% - 11.25px)}.product_cards .product_cards_content .product_cards_index{align-items:center;background-color:#00ace8;border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:55px;justify-content:center;line-height:normal;width:55px}.product_cards .product_cards_section .product_cards_content h4{font-size:24px;line-height:140%;margin-bottom:20px}.product_cards .product_cards_section .product_cards_content ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;row-gap:15px}.product_cards .product_cards_section .product_cards_content ul li{color:#788289;display:inline-block;font-size:17px;line-height:140%;margin:0}.product_cards .product_cards_section .product_cards_content ul li strong{display:block}@media only screen and (max-width:767px){.product_cards .product_cards_section .product_cards_content{padding:30px;width:100%}}@media only screen and (min-width:768px) and (max-width:1200px){.product_cards .product_cards_section .product_cards_content{padding:30px;width:calc(50% - 7.5px)}}