.blog-hero{background:#2b3b45;border-radius:1rem;color:#fff;display:flex;flex-wrap:wrap;gap:2rem;padding:4rem}.blog-hero .button{background-color:#ff9919;border-radius:0 20px 20px 20px;color:#2b3b45;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:700;height:40px;line-height:40px;padding:0 2.1875rem;position:relative;text-decoration:none!important;top:0;transition:all .2s}.blog-hero .button:hover{background-color:#ff9919;border-color:#ff9919;box-shadow:0 0 1.5rem 0 #ff9919;color:#2b3b45}.blog-hero-text{flex:1 1 400px}.blog-hero-text h3{color:#fff;margin-bottom:2rem}.blog-hero-text p{color:#fff}.blog-hero-text-author{align-items:center;display:flex;gap:1rem;margin:2rem 0}.blog-hero-text-author img{border-radius:50%}.blog-hero-media{flex:1 1 400px}.blog-hero-media img{border-radius:1rem;height:100%;max-width:100%}@media (max-width:991px){.blog-hero-media{order:-1}}