/* may want to move these styles to the global css */
body.single-post .hero {
    height: calc(347vw / 14.4);
    background: linear-gradient(270.01deg, #7B93E6 0.02%, #313AB8 100%), #313AB8;
}
body.single-post .hero .section-wrap {
    width: 62%;
    box-sizing: border-box;
    /*padding-right: 0;*/
}
body.single-post .hero h4 {
    margin: 0;
    margin-bottom: 1em;
}
body.single-post .hero h3 {
    margin-top: 0em;
    /*width: 46%;*/
}

