.home-web-templates{padding-bottom:60px}.home-web-templates__pagination{margin-top:32px;display:flex;justify-content:center}.home-web-templates__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media(max-width: 1199px){.home-web-templates__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 991px){.home-web-templates__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.home-web-templates__grid{grid-template-columns:1fr}}.post-card-scroll{position:relative;display:block;width:100%;height:423px;border-radius:12px;background:#f5f5f5;text-decoration:none;overflow:hidden;isolation:isolate;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:all .3s ease}@media(max-width: 1199px){.post-card-scroll{height:380px}}@media(max-width: 991px){.post-card-scroll{height:340px}}.post-card-scroll:hover{box-shadow:0 12px 30px rgba(0,0,0,.15)}.post-card-scroll__media{position:absolute;inset:0;display:block;overflow:hidden;z-index:0}.post-card-scroll__bg{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 0%;transition:object-position 1.5s ease-in-out}.post-card-scroll:hover .post-card-scroll__bg{object-position:50% 100%}.post-card-scroll__footer{position:absolute;left:0;right:0;bottom:0;z-index:2;height:68px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%)}.post-card-scroll__name{font-family:"FZ Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:18px;font-weight:600;line-height:26px;color:#1980ff;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-card-scroll__arrow{flex-shrink:0;width:26px;height:26px;color:#1980ff;transition:transform .3s ease}.post-card-scroll:hover .post-card-scroll__arrow{transform:translate(2px, -2px)}