.latest-posts{margin:0 auto 4rem;max-width:1200px;padding:0 1rem}.latest-posts__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.latest-posts__heading{color:#2d2a26;font-size:32px;font-weight:700;margin:0}.latest-posts__see-all{color:#2d2a26;font-size:14px;font-weight:500;text-decoration:underline;transition:opacity .3s ease}.latest-posts__see-all:hover{color:#2d2a26;opacity:.7}.latest-posts__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.latest-posts__item{background:#fff;display:flex;flex-direction:column}.latest-posts__image-link{display:block;text-decoration:none}.latest-posts__image-wrapper{border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.25);height:275px;margin-bottom:1rem;overflow:hidden}.latest-posts__image{height:100%;object-fit:cover;width:100%}.latest-posts__content{display:flex;flex:1;flex-direction:column}.latest-posts__category{background-color:#418154;border-radius:20px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-bottom:.75rem;padding:6px 12px;text-decoration:none;text-transform:uppercase;transition:background-color .2s;width:fit-content}.latest-posts__category:hover{background-color:#355f43;color:#fff;text-decoration:none}.latest-posts__title-link{color:inherit;margin-bottom:auto;text-decoration:none}.latest-posts__title{color:#2d2a26;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 1rem;text-decoration:none;transition:color .2s}.latest-posts__title-link:hover .latest-posts__title{color:#418154}.latest-posts__meta{align-items:center;color:#666;display:flex;font-size:12px;justify-content:space-between;margin-top:auto}.latest-posts__author-link{color:#2d2a26;font-weight:600;text-decoration:none;text-transform:capitalize;transition:color .2s}.latest-posts__author-link:hover{color:#418154}.latest-posts__author-name{text-transform:capitalize}.latest-posts__date{color:#666}.latest-posts__item--cta{background:#fff;border:1px solid #e5e5e5;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.25);display:flex;flex-direction:column;padding:0}.latest-posts__item--cta .latest-posts__image-wrapper{border-radius:20px;box-shadow:none;height:auto;margin:0 1rem 1rem;order:2;padding:0}.latest-posts__item--cta .latest-posts__image{border-radius:20px}.latest-posts__item--cta .latest-posts__content{align-items:center;order:1;padding:1.5rem 1.5rem 1rem;text-align:center}.latest-posts__title--cta{color:#2d2a26;font-size:32px;font-weight:700;margin-bottom:1.5rem;text-align:center}.latest-posts__cta-button{background-color:#4a9462;border-radius:12px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:background-color .2s}.latest-posts__cta-button:hover{background-color:#3d7a50;color:#fff;text-decoration:none}@media only screen and (max-width:992px){.latest-posts__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.latest-posts{margin:0 auto 5rem;padding:0 1rem}.latest-posts__header{margin-bottom:2.5rem}.latest-posts__heading{font-size:28px}.latest-posts__grid{gap:3rem;grid-template-columns:1fr}.latest-posts__title{font-size:20px}}@media only screen and (max-width:480px){.latest-posts{margin:0 auto 6rem;padding:0 1rem}.latest-posts__header{margin-bottom:3rem}.latest-posts__heading{font-size:24px}.latest-posts__see-all{font-size:14px}.latest-posts__title{font-size:18px}.latest-posts__image-wrapper{height:180px}}