.customer-stories{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:40px auto;padding:0 20px;width:100%}.customer-stories h2,.customer-stories h4{color:#0d233a;font-size:2.25rem;font-weight:500;margin-bottom:40px}.customer-stories h4{font-size:1.5rem}.customer-stories__filters{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:65px}.stories-grid{display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:768px){.stories-grid{gap:30px;grid-template-columns:1fr 1fr}}@media (min-width:1024px){.stories-grid{grid-template-columns:1fr 1fr 1fr}}.btn.loadmore{background:#f2f3f5;border:none;border-radius:0;color:#041b27;font-weight:600;justify-content:center;margin-top:30px;padding:15px 0;text-align:center;text-transform:uppercase;width:100%}.btn.loadmore:hover{background:#f7f8f9}.story-card{background-position:50%;background-size:cover;border-radius:5px;color:#fff;display:block;position:relative;text-decoration:none;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.story-card:hover{text-decoration:none;transform:scale(1.02)}.story-card:hover .card-footer{color:#fff}.story-card .card-content{background-color:rgba(0,0,0,.4);border-radius:5px;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden}.story-card .card-top{padding:40px 40px 0}.story-card .tag{background-color:#fff;border-radius:30px;color:#041b27;font-size:.85em;font-weight:500;margin-bottom:16px;padding:4px 10px}.story-card h3{color:#fff;font-size:2.2rem;font-weight:500;line-height:1.3;margin-top:40px;padding:0 40px 40px}.story-card .card-footer{background-color:#044a6d;font-size:1.2rem;font-weight:400;padding:24px 30px;text-align:center}