.blog-related{margin:56px 0 32px;padding-top:32px;border-top:1px solid #dfe5e3;clear:both}
.blog-related .blog-related__heading{margin:0 0 24px;font-size:30px;line-height:1.25;font-weight:600;color:#252525}
.blog-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.blog-related__card{min-width:0;margin:0;border:1px solid #dfe5e3;border-radius:8px;overflow:hidden;background:#fff}
.blog-related .blog-related__link{display:flex;flex-direction:column;height:100%;color:#252525;text-decoration:none;transition:background-color .2s}
.blog-related__link:hover{background:#f4f8f6}
.blog-related__link:focus-visible{outline:3px solid #327768;outline-offset:-3px}
.blog-related .blog-related__image,.blog-related__placeholder{display:block;width:100%;height:auto;aspect-ratio:8/5;object-fit:cover;margin:0;border-radius:0}
.blog-related__placeholder{display:flex;align-items:center;justify-content:center;background:#e4f5ef;color:#327768;font-weight:600;letter-spacing:.12em}
.blog-related__body{display:flex;flex-direction:column;flex:1;padding:20px}
.blog-related__date{font-size:13px;line-height:1.5;color:#636b67;margin-bottom:10px}
.blog-related .blog-related__title{margin:0 0 22px;font-size:19px;line-height:1.45;font-weight:600;overflow-wrap:anywhere}
.blog-related__more{display:flex;justify-content:space-between;gap:12px;margin-top:auto;color:#286354;font-size:15px;font-weight:600;line-height:1.5}
@media(max-width:1000px){.blog-related__grid{gap:16px}.blog-related__body{padding:16px}.blog-related .blog-related__title{font-size:17px}}
@media(max-width:640px){.blog-related{margin-top:36px;padding-top:24px}.blog-related .blog-related__heading{font-size:26px}.blog-related__grid{grid-template-columns:minmax(0,1fr);gap:20px}.blog-related .blog-related__title{font-size:20px}}
