.blog-related{margin:60px 0;overflow:hidden}.blog-related__heading{display:flex;flex-direction:column;grid-gap:20px 0;margin-bottom:40px}.blog-related__heading-title{white-space:break-spaces;margin-bottom:0}.blog-related__wrapper{display:flex;flex-direction:column;grid-gap:40px 0}.blog-related__image{width:100%;height:auto}.blog-related__item{display:flex;flex-direction:column;background:#f5f5f5;max-width:648px;transition:all .3s ease;border-radius:10px;overflow:hidden}.blog-related__item:hover{background:#e8e8e8}.blog-related__content{display:flex;flex-direction:column;flex:1;grid-gap:20px 0;padding:40px 30px}.blog-related__content_tag{font-family:var(--font-montserrat),sans-serif;font-weight:700;display:flex;justify-content:center;align-items:center;height:34px;padding:0 16px;width:fit-content;background:rgba(0,68,255,.1019607843);border-radius:10px}.blog-related__content_title{flex:1;color:#212322;transition:all .3s ease}.blog-related__content_title h4{color:inherit}.blog-related__content_title:hover{color:#04f}.blog-related__content_date{display:flex;flex-wrap:wrap;grid-gap:6px 8px}@media(min-width:768px){.blog-related{margin:80px 0}.blog-related__image img{width:100%}}@media(min-width:1366px){.blog-related__wrapper{display:grid;grid-template-areas:". . .";grid-template-columns:1fr 1fr 1fr;grid-gap:20px}.blog-related__image{display:flex;justify-content:center;align-items:center;height:180px;overflow:hidden}.blog-related__image img{min-width:100%;min-height:100%;object-fit:cover}.blog-related__item{max-width:unset}.blog-related__content{padding:40px}.blog-related__content_tag{height:40px}.blog-related__content_title{flex:1;margin-bottom:20px}}@media(min-width:1920px){.blog-related{margin:100px 0}.blog-related__heading{margin-bottom:60px}.blog-related__wrapper{grid-gap:40px}.blog-related__image{height:221px}.blog-related__content{padding:60px 40px}.blog-related__content_tag{height:46px}}.content{background:#f5f5f5;overflow:visible}.blogPost{grid-area:blogPost}.blogSections{background:#fff;padding-top:60px}.blogWrap{display:flex;flex-direction:column;grid-gap:40px;width:100%;padding:60px 30px;height:100%;position:unset}@media(min-width:1366px){.blogWrap{display:grid;grid-template-areas:"postShare blogPost postRight";justify-content:space-between;grid-template-columns:0 800px 1fr;width:1080px;overflow:visible;margin:0 auto;padding:0 0 80px;grid-gap:0}}@media(min-width:1920px){.blogWrap{grid-template-columns:0 960px 1fr;width:1360px;padding-bottom:100px}}