.blog_wrapper{padding:70px 0}.blog_wrapper .blog_cards{transition:background .5s ease-out}.blog_wrapper .blog_cards .blog_img_wrapper{width:100%;height:100%}.blog_wrapper .blog_cards .blog_img_wrapper img{width:100%;height:100%;object-fit:cover}.blog_wrapper .blog_cards .blog_content .chip_text_wrapper .chip{display:flex;justify-content:center;align-items:center;min-width:100px;min-height:32px;padding:4px 10px;border-radius:20px;color:var(--light-shade-color);border:1px solid var(--mid-grey-color);font-size:14px}.blog_wrapper .blog_cards .blog_content h5{font-size:26px;color:var(--light-shade-color)}.blog_wrapper .blog_cards .blog_content p{font-size:14px;font-weight:300;color:var(--light-shade-color)}.blog_wrapper .blog_cards button.topRight_arrow_btn{min-width:40px;min-height:40px;width:40px;height:40px;background:transparent;border:1px solid var(--teritary-color);color:var(--teritary-color);font-size:20px}.blog_wrapper .blog_cards button.topRight_arrow_btn:hover{background:var(--teritary-color);color:var(--text-color)}.blog_wrapper .blog_cards:hover{cursor:pointer;background:var(--teritary-color)}.blog_wrapper .blog_cards:hover .blog_content .chip_text_wrapper .chip{color:var(--light-shade-color);border:1px solid var(--light-shade-color)}.blog_wrapper .blog_cards:hover button.topRight_arrow_btn{background:var(--light-shade-color);border:1px solid var(--light-shade-color);color:var(--primary-color)}.blog_wrapper .blog_cards:hover button.topRight_arrow_btn:hover{background:var(--primary-color);color:var(--text-color)}.light-theme .blog_wrapper .blog_cards:hover{background:var(--mid-grey-color)}.light-theme .blog_wrapper .blog_cards:hover .blog_content .chip_text_wrapper .chip{color:var(--background-color);border:1px solid var(--background-color)}.light-theme .blog_wrapper .blog_cards:hover .blog_content h5,.light-theme .blog_wrapper .blog_cards:hover .blog_content p{color:var(--background-color)}.light-theme .blog_wrapper .blog_cards:hover button.topRight_arrow_btn{background:var(--background-color);border:1px solid var(--background-color);color:var(--teritary-color)}.light-theme .blog_wrapper .blog_cards:hover button.topRight_arrow_btn:hover{background:transparent;color:var(--background-color)}