#nonhome {padding: 0;}
#blog-single-banner{height:60vh;overflow:hidden;display:flex;align-items:center;background:#c3c3c366;position:relative}
.single-post{display:flex;justify-content:space-between;background:var(--thirdColor);height:40vh}
.featured-image img{border-radius:unset;height:100%;object-fit:cover}
#blog-single-banner .featured-image {width: 50%;}
.single-sidebar{display:flex;justify-content:space-around;flex-direction:column;padding:0 45px;box-sizing:border-box;color:var(--whiteColor);width:100%}
.related-post-con a { color: var(--whiteColor);}
.single-title{color:var(--whiteColor);}
.related-post{position:relative;margin:0 0 33px}.related-post::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);border-radius:var(--bRadious)}.related-post .featured-image img{border-radius:var(--bRadious)}.related-content{position:absolute;bottom:45px;left:0;width:100%;height:auto;padding:0 20px;z-index:1;box-sizing:border-box}.related-content h2,.related-content p{color:var(--whiteColor)}
.single-con{display:flex;justify-content:space-between; margin: 3rem 0 0;}
.entry-content{width:65%}.related-post-con{width:30%}.f-top{position:relative;display:flex;gap:16px;color:var(--bgColor)}.related-content h2{font-size:22px;line-height:1.3em}.f-top::after{content:'';position:absolute;top:50%;left:13%;width:2px;height:72%;background:var(--bgColor);transform:translateY(-50%)}