.feature-card-container{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.card{background-color:#fff;border:1px solid #ddd;border-radius:1rem!important;box-shadow:0 4px 16px #00000029;padding:20px;text-align:center}.card-content{background:transparent linear-gradient(180deg,#d9f5ff,#7bc4fa) 0 0 no-repeat padding-box;border-radius:12px;display:flex;flex-direction:column;gap:16px;height:100%;padding:1.5rem}.header-group{align-items:center;display:flex;gap:16px}.header-group .header-title{color:#333;font-family:Effra,sans-serif;font-size:clamp(1rem,1.2vw,3rem);font-weight:700;line-height:1;text-align:left!important;text-transform:uppercase;word-break:break-word}.card-content .feature-description{text-align:left!important}.header-icon img{height:68px;object-fit:contain;width:68px}@media only screen and (min-width:769px) and (max-width:1024px){.feature-card-container{grid-template-columns:repeat(2,1fr)}.header-icon img{height:48px;width:48px}.header-group .header-title{font-size:1rem}}@media only screen and (max-width:768px){.feature-card-container{grid-template-columns:1fr}.header-icon img{height:48px;width:48px}.hero-cta-section{justify-content:center}}.customer-card-2{background-color:#fff;border:1px solid #e8e8e8;border-radius:24px;box-shadow:0 32px 32px #0000000a;box-sizing:border-box;display:flex;flex:1 1 calc(33.33% - 20px);flex-direction:column;gap:1rem;max-width:calc(33.33% - 20px);padding:24px;transition:transform .3s ease-in-out}.customer-card{border-radius:5px;box-shadow:0 4px 15px #00000029;padding:24px}.customer-card,.testimonial-card{transition:.2s ease-in}.customer-card:hover,.testimonial-card:hover{transform:none;transition:.2s ease-in}.customer-card:hover,.customer-details:hover{color:#333}.testimonial-card-section a{text-decoration:none}.customer-details{font-family:Effra,sans-serif;gap:0}.customer-details .customer-name{font-size:20px;font-weight:700}.customer-card .card-bottom{justify-content:space-between;margin-top:1rem}@media only screen and (min-width:768px){.testimonial-card-section{width:60%!important}}