@media only screen and (max-width:767px){.product-updates__title{text-align:center}}.product-updates__divider{margin-inline:auto;width:100%;height:2px;background-color:rgba(36,36,36,.1)}@media only screen and (min-width:1141px){.product-updates__divider{width:95%}}.product-news__list{display:grid;grid-template-columns:1fr;gap:20px}@media only screen and (min-width:768px)and (max-width:1140px){.product-news__list{grid-template-columns:repeat(2,1fr);gap:16px}}@media only screen and (min-width:1141px){.product-news__list{grid-template-columns:repeat(3,1fr);gap:24px}}.product-news__card{display:grid;gap:20px;grid-template-columns:128px 1fr;padding:8px;text-decoration:none;color:inherit;background:#fff;border:1px solid rgba(36,36,36,.1);border-radius:24px}@media only screen and (min-width:1141px){.product-news__card{gap:40px;grid-template-columns:160px 1fr}}.product-news__card:active .product-news__read-more,.product-news__card:focus .product-news__read-more,.product-news__card:hover .product-news__read-more{text-decoration:underline}.product-news__card-img{width:100%;height:154px;max-width:175px;overflow:hidden;background:#f3f2f7;border-radius:16px}.product-news__card-img img{width:100%;height:100%;object-fit:cover;object-position:center}.product-news__card-content{display:flex;flex-direction:column;justify-content:space-between;padding-block:12px}.product-news__read-more{display:flex;align-items:center;font-weight:500;gap:8px}.product-news__read-more .icon{color:rgba(36,36,36,.4)}