.products .products_section{display:flex;flex-wrap:wrap;margin:0 -15px;row-gap:20px}.products .products_section .products_content{padding:0 15px;width:33.3%}.products .products_content .products_card{border-radius:12px;box-shadow:0 5px 20px 0 #00000014;display:flex;flex-direction:column;gap:20px;padding:30px}.products .products_card .products_img{align-items:center;display:flex;gap:20px;line-height:0}.products .products_content .products_title{display:flex;flex:1;flex-direction:column}.products .products_title .products_btn{align-content:end;flex:1;margin:20px 0 0}.products .products_title .products_btn .link{background:#ffbd59;border:1px solid #ffbd59;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;letter-spacing:1px;line-height:100%;padding:12px 20px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .4s ease-in-out}.products .products_title .products_btn .link:hover{background:#fff;border:1px solid #ffbd59;color:#ffbd59}.products .products_content h3{font-size:20px;font-weight:500;letter-spacing:1px;line-height:140%;margin:0}.products .products_content p{font-size:18px;font-weight:400;letter-spacing:1px;line-height:normal;margin:0}.products .products_title h4{font-size:16px;font-weight:700;letter-spacing:1px;line-height:140%;margin:0;padding-top:20px}.products .products_title ul{display:flex;flex-direction:column;margin:10px 0 0;padding-left:20px;row-gap:5px}.products .products_title ul li{font-size:16px;font-weight:500;letter-spacing:1px;line-height:140%;margin:0}.products .products_card .products_img img{height:35px!important;object-fit:contain}.products p.bt_txt{background:#e2e3e5;border:1px solid #d6d8db;border-radius:5px;color:#6b6b6b;font-size:16px;letter-spacing:1px;line-height:18px;margin:20px 0 0;padding:12px 20px;transition:.5s}.products .products_card .text{max-height:0;overflow:hidden;transition:max-height .9s ease}.products .products_card .text.show{max-height:1000px}@media only screen and (max-width:767px){.products .products_section .products_content{width:100%}}@media only screen and (min-width:768px) and (max-width:1240px){.products .products_section .products_content{width:50%}}