.blog-recent-heading{margin:0 auto 30px;max-width:520px}.blog-recent{display:grid;grid-gap:30px;width:100%}.blog-recent p{color:initial!important}.blog-recent__post{background-color:none;box-sizing:border-box;display:flex;flex:1;flex-direction:column;margin-bottom:8px;overflow:hidden;width:100%}.blog-recent__post-image-wrapper{display:block;overflow:hidden;position:relative}.blog-recent__post-image{height:100%;object-fit:cover;transition:.5s;width:100%}.blog-recent__post:hover .blog-recent__post-image{transform:scale(1.1)}.blog-recent__post-content{display:flex;flex-direction:column;flex-grow:1;padding-top:20px}.blog-recent__post-info,.blog-recent__post-tags,.blog-recent__post-title{margin:0 0 .5rem}.blog-recent__post-tag{display:inline-block}.blog-recent__post-title{font-family:var(--font-primary);font-size:20px;font-weight:700}.blog-recent__post-title-link{color:inherit;font:inherit}.blog--post-author{display:flex;gap:6px;margin-top:10px}.blog--post-author-image{max-width:2rem;object-fit:contain}.blog-recent__post-meta{align-items:center;border-bottom:1px solid #ededed;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:70px;padding:0 0 30px}.blog-recent__post-readtime{align-items:center;background-color:#eef8fb;border-radius:8px;color:var(--primary-color);display:inline-flex;font-size:14px;gap:5px;left:30px;padding:6px 8px;position:absolute;top:30px;width:fit-content}.blog-recent__post-readtime-icon{display:flex}.blog-recent__post-readtime-icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none' viewBox='0 0 19 20'%3E%3Cpath fill='%232997BE' d='M4.14 1.473A.648.648 0 1 0 3.328.46L1.168 2.189a.648.648 0 1 0 .81 1.013zM15.379.46a.648.648 0 1 0-.81 1.013l2.161 1.729a.648.648 0 1 0 .81-1.013zM10.002 6.802a.648.648 0 0 0-1.297 0V9.16c0 .461 0 .854.032 1.18.035.346.109.668.287.976.178.309.42.534.703.737.266.19.606.387 1.006.618l.543.313a.648.648 0 1 0 .648-1.123l-.517-.298c-.433-.25-.717-.415-.925-.564-.196-.14-.281-.238-.335-.33-.053-.094-.095-.216-.119-.457-.025-.255-.026-.583-.026-1.083z'/%3E%3Cpath fill='%232997BE' fill-rule='evenodd' d='M9.354.966a9.294 9.294 0 1 0 0 18.589 9.294 9.294 0 0 0 0-18.589m-7.998 9.295a7.997 7.997 0 1 1 15.995 0 7.997 7.997 0 0 1-15.995 0' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:19px}.blog-recent__post-button-wrapper{margin-top:auto}.blog-recent__post-button{align-items:center;color:var(--secondary-color);display:flex;font-weight:500;gap:7px;position:relative}.blog-recent__post-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23CD9E0F' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.297' d='M1.49 7.844h13.833M8.406.927l6.917 6.917-6.917 6.917'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}@media only screen and (min-width:992px){.blog-recent{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:991px){.blog-recent{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.blog-recent{grid-template-columns:1fr}.blog-recent__post-meta{margin-bottom:30px}}