section.feature-post-container{--padding:20px}section.feature-post-container .feature-post{margin:10px auto 40px auto;background-color:#fff;height:calc(300px - var(--padding));width:calc(900px - var(--padding));border-radius:20px;padding:10px}section.feature-post-container .post-item{height:100%;width:100%;flex-direction:row;background-color:#fff;margin:0}section.feature-post-container .featured-image-wrapper{height:100%;width:50%}section.feature-post-container .featured-image{border-radius:16px}section.feature-post-container .feature-body-container{display:flex;flex-direction:column;align-items:center;width:50%;height:100%}section.feature-post-container .post-header{width:90%}section.feature-post-container .feature-body{width:90%}@media(max-width:1400px){section.feature-post-container .feature-post{width:calc(100% - var(--padding))}}@media(max-width:1000px){section.feature-post-container .feature-post{height:400px}section.feature-post-container .post-item{height:400px;flex-direction:column}section.feature-post-container .featured-image-wrapper{width:100%;height:60%}section.feature-post-container .feature-body-container{width:100%;height:40%}}