.container-with-sidebar.dictionary-container .blog-post-item .blog-post-img{object-fit:unset;max-width:150px;width:80%;height:200px;margin:0 auto}.blog-wrapper{margin-bottom:50px}.blog-wrapper .blog-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:20px}.blog-wrapper .blog-header .blog-title{font-size:25px;font-weight:500;color:var(--dark-color)}.blog-wrapper .blog-header .see-all-btn{display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:300;color:#646464;background-color:#fff;border-radius:5px;width:fit-content;height:36px;padding:0 28px}.blog-wrapper .blog-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.post-author-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 0}.post-author{display:flex;flex-direction:row;align-items:center;gap:20px}.author-avatar{max-width:70px;max-height:70px;border-radius:5px;object-fit:contain}.author-name{display:flex;flex-direction:column}.author-name .title{font-size:16px;color:var(--text-gray);font-weight:500}.author-name .name{font-size:18px;color:var(--dark-color);font-weight:600}.blog-recommendations-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px 20px}.h2-title-container{margin-top:50px}.event-news-letter .news-letter-container{gap:10%}@media screen and (max-width: 1200px){.event-news-letter .news-letter-container{gap:4%}}@media screen and (max-width: 1000px){.blog-wrapper .blog-container{grid-template-columns:repeat(2,1fr)}.blog-post-item{max-width:100%}.blog-post-item .blog-post-img{max-height:260px}}@media screen and (max-width: 800px){.blog-wrapper .blog-header .blog-title{font-size:20px}}@media screen and (max-width: 600px){.blog-wrapper .blog-container{grid-template-columns:repeat(1,1fr)}.blog-post-item{max-width:100%}.blog-post-item .blog-post-img{max-height:230px}}
