.kits-from-experts h2{font-size:var(--h2-size);font-weight:400;line-height:100%;text-transform:uppercase;color:var(--text-black-color);margin-bottom:24px}.kits-from-experts .subtitle{color:#8e8e8e;font-size:16px;font-weight:400;line-height:120%;margin-bottom:60px;max-width:600px}.kits-from-experts .products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 16px}.kits-from-experts .product a{display:flex;flex-direction:column;color:var(--black)}.kits-from-experts .product .product-image{display:flex;justify-content:center;align-items:center;width:100%;height:320px;border-radius:16px;background:var(--green-light);margin-bottom:12px;position:relative;overflow:hidden}.kits-from-experts .product .product-image img{object-fit:cover;width:100%;height:auto;max-height:100%}.kits-from-experts .product .product-info{display:flex;flex-direction:column;gap:6px;padding:0 8px}.kits-from-experts .product p{font-size:var(--small-text);font-weight:400;color:var(--black);line-height:100%}.kits-from-experts .product .price *{color:#8e8e8e;font-size:18p;line-height:100%}@media screen and (max-width:991px){.kits-from-experts .products{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.kits-from-experts h2{margin-bottom:40px}.kits-from-experts .subtitle{margin-bottom:32px}.kits-from-experts .products{grid-template-columns:repeat(2,1fr);gap:24px}.kits-from-experts .product .product-image img{max-width:85%}}@media screen and (max-width:582px){.kits-from-experts .products{grid-template-columns:repeat(2,1fr);gap:16px 10px}.kits-from-experts .product .price *{font-size:16px}.kits-from-experts .product .product-image{height:215px}}