.three-posts-module{box-sizing:border-box;padding:80px 0;width:100%}.three-posts-module__container{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:1440px;padding:0 80px}.three-posts-module__title{color:#171935;font-family:Eloquia Display,sans-serif;font-size:2.6rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin:0 0 24px;text-align:center}.three-posts-module__title span{animation:gradientMove 8s ease infinite;background:linear-gradient(270deg,#ea4e8e,#7e4eb6 50%,#ea4e8e);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:transparent}@keyframes gradientMove{0%{background-position:200% 0}50%{background-position:0 0}to{background-position:200% 0}}.three-posts-module__grid{display:grid;gap:24px;grid-template-columns:2fr 1fr 1fr;width:100%}.three-posts-module__post{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(35,29,82,.04);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;will-change:transform,box-shadow}.three-posts-module__post,.three-posts-module__post:hover{color:inherit;text-decoration:none}.three-posts-module__post-content{display:flex;flex-direction:column;height:100%}.three-posts-module__image-wrapper{background:#f6f6f6;flex-shrink:0;height:200px;overflow:hidden;position:relative;width:100%}.three-posts-module__post:nth-child(n+2) .three-posts-module__image-wrapper{height:160px}.three-posts-module__image{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.three-posts-module__text-content{display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:24px}.three-posts-module__headline{color:#171935;font-size:1.25rem;font-weight:600;letter-spacing:-.015em;line-height:1.3}.three-posts-module__description,.three-posts-module__headline{font-family:Eloquia Display,sans-serif;margin:0;text-align:left}.three-posts-module__description{color:#4d4f6f;flex-grow:1;font-size:1rem;font-weight:400;letter-spacing:-.01em;line-height:1.5}.three-posts-module__description--truncated{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;hyphens:auto;line-height:1.5em;max-height:4.5em}.three-posts-module__read-more-wrapper{margin-top:8px}.three-posts-module__read-more{align-items:center;color:#4e1d74;display:inline-flex;font-family:Eloquia Display,sans-serif;font-size:.95rem;font-weight:500;gap:6px;transition:all .2s ease}.three-posts-module__post:hover .three-posts-module__read-more{color:#3d1659}.three-posts-module__arrow-icon{flex-shrink:0;height:16px;transition:transform .2s ease;width:16px}@media (max-width:1200px){.three-posts-module__container{padding:0 40px}.three-posts-module__grid{gap:20px}}@media (max-width:900px){.three-posts-module__grid{gap:20px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.three-posts-module__post:first-child{grid-column:1/-1;grid-row:1}.three-posts-module__post:nth-child(2){grid-column:1;grid-row:2}.three-posts-module__post:nth-child(3){grid-column:2;grid-row:2}}@media (max-width:768px){.three-posts-module{padding:60px 0}.three-posts-module__container{gap:32px;padding:0 20px}.three-posts-module__title{font-size:2.2rem}.three-posts-module__grid{gap:20px;grid-template-columns:1fr;grid-template-rows:auto}.three-posts-module__post:first-child,.three-posts-module__post:nth-child(2),.three-posts-module__post:nth-child(3){grid-column:1;grid-row:auto}.three-posts-module__image-wrapper,.three-posts-module__post:nth-child(n+2) .three-posts-module__image-wrapper{height:180px}.three-posts-module__text-content{padding:20px}.three-posts-module__headline{font-size:1.15rem}.three-posts-module__description{font-size:.95rem}.three-posts-module__description--truncated{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible}}@media (max-width:600px){.three-posts-module__title{font-size:1.8rem;margin-bottom:18px}.three-posts-module__headline{font-size:1.1rem}.three-posts-module__description{font-size:.9rem}}@media (max-width:480px){.three-posts-module{padding:50px 0}.three-posts-module__container{gap:28px;padding:0 16px}.three-posts-module__title{font-size:1.5rem;margin-bottom:16px}.three-posts-module__image-wrapper{height:160px}.three-posts-module__text-content{gap:10px;padding:18px}.three-posts-module__headline{font-size:1rem}.three-posts-module__description{font-size:.85rem}.three-posts-module__read-more{font-size:.9rem}}.three-posts-module__post:focus{outline:2px solid #4e1d74;outline-offset:2px}