.byp-home-news { background: #d8d2c7; box-sizing: border-box; padding: 82px max(28px, calc((100vw - 1180px) / 2)) 86px; }
.byp-home-news__heading { align-items: center; display: grid; gap: 22px; grid-template-columns: 1fr auto 1fr; margin: 0 auto 54px; max-width: 1180px; }
.byp-home-news__heading span { background: rgba(31, 36, 48, .22); display: block; height: 1px; }
.byp-home-news__heading h2 { color: #1f2430; font-size: 28px; font-weight: 400; letter-spacing: .08em; line-height: 1; margin: 0; text-transform: uppercase; }
.byp-home-news__description { color: #4f4b45; font-size: 16px; grid-column: 1 / -1; line-height: 1.5; margin: -8px auto 0; max-width: 520px; text-align: center; }
.byp-home-news__grid { display: grid; gap: 34px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: 1180px; }
.byp-home-news-card { min-width: 0; text-align: center; }
.byp-home-news-card__image { aspect-ratio: 1 / 1; background: rgba(255, 250, 244, .45); display: block; overflow: hidden; width: 100%; }
.byp-home-news-card__image img { display: block; height: 100%; object-fit: cover; transition: transform 220ms ease; width: 100%; }
.byp-home-news-card:hover .byp-home-news-card__image img { transform: scale(1.035); }
.byp-home-news-card__category { color: #4f4b45; font-size: 12px; font-weight: 500; letter-spacing: .14em; line-height: 1.3; margin: 14px 0 0; min-height: 1.3em; text-transform: uppercase; white-space: nowrap; }
.byp-home-news-card h3 { color: #1f2430; font-size: 16px; font-weight: 400; letter-spacing: .02em; line-height: 1.35; margin: 10px 0 0; min-height: 2.7em; max-height: 2.7em; overflow: hidden; }
.byp-home-news-card h3 a { color: inherit; text-decoration: none; }
.byp-home-news-card__price { color: #1f2430; font-size: 15px; font-weight: 700; line-height: 1.2; margin: 10px 0 0; }
