.fixed-hero{justify-content:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;position:relative;width:100%;min-height:375px;height:450px;padding:0}.fixed-hero__image{width:100%;height:100%;max-height:900px;background-attachment:fixed;background-size:cover;background-position:center;z-index:-1}.fixed-hero__heading{padding:80px 0;background-image:linear-gradient(to right,#78be21,#00afd7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;text-align:center}.fixed-hero__subheading{font-weight:bolder}