.blog-post-hero{background:var(--aubergine);padding-top:100px}.blog-post-hero .wrapper{padding-top:55px}@media only screen and (min-width:768px){.blog-post-hero{padding-top:200px}}.blog-post-hero .back-button{align-items:center;color:#fff;display:flex;gap:10px;margin:0 auto;max-width:1440px;text-decoration:none;transition:var(--transition)}.blog-post-hero .back-button:hover{opacity:.7}.blog-post-hero__header{display:flex;flex-direction:column;gap:36px}.blog-post-hero__header,.blog-post-hero__header h1{color:var(--white)}.blog-post-hero__header h1{margin-bottom:0}.blog-post-hero .blog-info{font-size:14px;line-height:20px}.blog-post-hero .author{align-items:center;display:flex;gap:12px;margin-bottom:5px}.blog-post-hero .blog-post-hero__body{margin-top:35px}.blog-post-hero .blog-post-hero__body .blog-post-image{border-radius:var(--border-radius-big);overflow:hidden}.blog-post-hero .blog-post-hero__body .some-share a{display:flex}@media only screen and (min-width:920px){.blog-post-hero .wrapper{align-items:center;flex-direction:row;gap:90px}.blog-post-hero .blog-post-hero__header{max-width:50%}.blog-post-hero .blog-post-hero__body{margin-top:0}}.blog-post-hero .social-share{align-items:center;display:flex;gap:15px;justify-content:flex-end;margin:35px auto 0;max-width:1440px;width:100%}.blog-post-hero .social-share .share-text{color:var(--white);margin-right:20px}.blog-post-hero .social-share a{align-items:center;background-color:var(--turquoise);border:2px solid var(--turquoise);border-radius:var(--border-radius-circle);color:var(--white);display:flex;font-size:16px;height:30px;justify-content:center;line-height:16px;text-decoration:none;transition:var(--transition);width:30px}.blog-post-hero .social-share a:hover{opacity:.7;text-decoration:none}