.values-section{box-sizing:border-box;padding:80px 0;width:100%}.values-container{box-sizing:border-box;margin:0 auto;max-width:1400px;padding:0 24px}.values-header{margin-bottom:48px;text-align:center}.values-heading{color:#00215c;font-size:39px;font-weight:800;margin-bottom:12px}.values-description{color:#0d2b3c;font-size:18px;line-height:1.6;margin:0 auto;max-width:800px}.values-grid{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(300px,1fr));justify-content:center}.values-grid>:last-child:nth-child(odd),.values-grid>:nth-last-child(2):nth-child(odd){grid-column:2}.values-card{align-items:flex-start;background-color:#153b52;border-radius:6px;box-shadow:0 4px 0 0 #2a6783;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;min-height:180px;padding:28px;text-decoration:none;transition:all .25s ease}.values-card:hover{background-color:#1c4d66;box-shadow:0 8px 0 0 #2a6783;transform:translateY(-4px)}.values-badge{align-items:center;background-color:#f3b22e;border-radius:4px;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.values-icon{height:32px;width:32px}.values-title{font-size:18px;font-weight:600;margin:4px 0 8px}.values-desc{font-size:16px;line-height:1.5;opacity:.95}@media (max-width:991px){.values-grid{grid-template-columns:repeat(2,minmax(250px,1fr))}.values-grid>:last-child:nth-child(odd),.values-grid>:nth-last-child(2):nth-child(odd){grid-column:auto}.values-heading{font-size:34px}.values-description{font-size:17px}}@media (max-width:575px){.values-grid{grid-template-columns:1fr}.values-heading{font-size:39px}.values-card{padding:24px}}