.blog{padding:50px 0}.posts{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}.post-preview{display:flex;flex-direction:column;width:calc(50% - 1rem);color:var(--color-blackened-pearl);background:#fff;margin-bottom:1rem;padding:30px;box-shadow:0 20px 30px var(--color-blackened-pearl-extra-light)}.post-preview__date{font-size:14px;margin-bottom:15px}.post-preview__title,.post__title{font-weight:600}.post-preview__summary{font-size:16px;width:100%;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}.post__title{margin:20px 0}.post{background:#fff;padding:50px;color:var(--color-blackened-pearl);width:100%}.post a{color:var(--color-magenta)}.post ul{padding-left:14px}.post ol{padding-left:16px}.post ul li{list-style:disc;margin-bottom:16px}.post ol li{list-style:decimal;margin-bottom:16px}.post li::marker{color:var(--color-magenta)}.post__date{font-size:14px;margin-bottom:40px}.post__author{margin-top:40px;font-weight:500;display:flex}.post__author img{width:24px;height:24px;overflow:hidden}@media (max-width:1280px){.blog{padding-left:25px;padding-right:25px}}@media (max-width:1024px){.post{padding-left:25px;padding-right:25px}}@media (max-width:768px){.post-preview{width:100%}}.breadcrumbs{display:flex;padding:30px;color:var(--color-blackened-pearl);width:100%}.breadcrumbs__truncated{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:lowercase}.breadcrumbs svg{min-width:1rem;min-height:1rem}@media (max-width:768px){.breadcrumbs{padding:25px}}