.post-header{align-items:center;background-blend-mode:soft-light;background-color:var(--secondary);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;gap:50px;padding:100px 0;position:relative}@media only screen and (max-width:575px){.post-header{padding:130px 0 60px}}.post-header--no-image{background-color:var(--secondary)}.post-header__title{color:var(--white);font-family:var(--font-headings);font-size:37px;font-weight:400;letter-spacing:.41875rem;margin:0;text-transform:uppercase}@media screen and (min-width:360px){.post-header__title{font-size:calc(27px + 2.77778vw)}}@media screen and (min-width:1440px){.post-header__title{font-size:67px}}@media only screen and (max-width:575px){.post-header__title{letter-spacing:2.59px}}.post-header__info{display:flex;flex-direction:row;gap:100px;margin-top:40px}@media only screen and (max-width:1199px){.post-header__info{gap:80px}}@media only screen and (max-width:991px){.post-header__info{gap:50px}}@media only screen and (max-width:767px){.post-header__info{flex-direction:column;gap:30px}}.post-header__date{height:min-content}.post-header__categories{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}