.breadcrumbs{margin:30px 0 0 0;padding:0;list-style:none;font-size:1.1rem;display:inline-flex;flex-direction:row;flex-wrap:nowrap}.breadcrumbs a{text-decoration:none;font-weight:bold}.breadcrumbs .seperator{margin:0 4px}.blog-post{margin:0 0 80px 0}.blog-post__intro{max-width:1070px}.blog-post__wrapper{max-width:1070px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;align-content:stretch;gap:40px}.blog-post__main{width:calc(100% - 340px - 40px);margin-bottom:0;display:flex;flex-direction:column;gap:40px}.blog-post__main-wrapper{padding-bottom:20px}.blog-post__main-wrapper:after{content:'';display:table;clear:both}.blog-post__intro h1{font-weight:700;color:#36b39f;font-size:3.2rem;line-height:4.8rem}.blog-post__featured-image img{margin-bottom:30px;width:100%;height:auto;max-height:400px;object-fit:cover;object-position:center}.blog-post__date{font-size:14px;margin-bottom:14px;color:#b1b1b1}.blog-post>.container{max-width:1070px !important}.blog-post__main--full{width:100%}.blog-post__sidebar{width:340px;display:flex;flex-direction:column;gap:30px}.sidebar-author__wrapper{text-decoration:none;display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;gap:30px}.sidebar-author__avatar{width:110px}.sidebar-author__avatar img{height:auto;width:100px;height:100px;border-radius:100%}.sidebar-author__main{width:calc(100% - 110px - 30px);font-size:1.4rem}.sidebar-author__name-link{text-decoration:none}.sidebar-author__name-link:hover{text-decoration:underline}.related-blogs{padding:80px 0;background-color:var(--light-gray)}.related-blogs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(478px,100%),1fr));justify-items:center;justify-content:center;gap:30px;column-gap:30px;row-gap:30px}.related-blogs>.container{max-width:1070px !important}@media(max-width:992px){.blog-post__wrapper{flex-direction:column}.blog-post__main{width:100%}.blog-post__sidebar{width:100%}}