.largeblog-container{display:flex;flex-direction:row;margin:auto;gap:50px;cursor:pointer}.largeblog-container img{border:2px solid;border-color:inherit;border-radius:30px;width:500px}.largeblog-container .largeblog-text-container{display:flex;flex-direction:column;gap:30px;padding:10px 0}.largeblog-container .largeblog-text-container .largeblog-category{color:#263b44;font-weight:400}.largeblog-container .largeblog-text-container .largeblog-title{color:#263b44;font-size:40px;font-weight:800}.largeblog-container .largeblog-text-container .largeblog-description{font-size:18px}.largeblog-container .largeblog-text-container .largeblog-author{display:flex;gap:20px}.largeblog-container .largeblog-text-container .largeblog-author img{width:70px;height:70px;border:2px solid;border-color:inherit;border-radius:50%}.largeblog-container .largeblog-text-container .largeblog-author .largeblog-author-text-container{display:flex;flex-direction:column;justify-content:space-between;padding:10px 0}.largeblog-container .largeblog-text-container .largeblog-author .largeblog-author-text-container .largeblog-author-name{font-weight:600;font-size:18px}.largeblog-container:hover .largeblog-text-container{opacity:.7}.blog-container{display:flex;flex-direction:column;background-color:#f2f7fa;height:100%;padding:50px 0;width:70%;margin:auto;gap:50px}.blog-container .smallblogs-container{display:grid;grid-template-columns:repeat(3,30%);justify-content:space-between;grid-gap:30px;gap:30px}.smallblog-container{display:flex;flex-direction:column;gap:10px;cursor:pointer}.smallblog-container img{border:2px solid;border-color:inherit;border-radius:30px}.smallblog-container .smallblog-text-container{display:flex;flex-direction:column;gap:10px;padding:10px}.smallblog-container .smallblog-text-container .smallblog-category{color:#263b44;font-weight:400}.smallblog-container .smallblog-text-container .smallblog-title{color:#263b44;font-size:20px;font-weight:800}.smallblog-container .smallblog-text-container .smallblog-description{font-size:15px}.smallblog-container .smallblog-text-container .smallblog-author{display:flex;gap:10px}.smallblog-container .smallblog-text-container .smallblog-author img{width:40px;height:40px;border:2px solid;border-color:inherit;border-radius:50%}.smallblog-container .smallblog-text-container .smallblog-author .smallblog-author-text-container{display:flex;flex-direction:column;justify-content:space-between}.smallblog-container .smallblog-text-container .smallblog-author .smallblog-author-text-container .smallblog-author-date,.smallblog-container .smallblog-text-container .smallblog-author .smallblog-author-text-container .smallblog-author-name{font-weight:600;font-size:15px}.smallblog-container:hover .smallblog-text-container{opacity:.7}