Our Promise

.homkare-promise{ padding:80px 20px; background:#FFF8F4; } .promise-heading{ text-align:center; max-width:700px; margin:auto; margin-bottom:60px; } .promise-heading span{ color:#D45D36; font-size:14px; font-weight:700; letter-spacing:2px; } .promise-heading h2{ font-size:42px; margin:10px 0; color:#222; } .promise-heading p{ color:#666; font-size:17px; } .promise-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:25px; } .promise-box{ background:#fff; border-radius:18px; padding:35px 25px; text-align:center; transition:.3s; box-shadow:0 8px 30px rgba(0,0,0,.05); } .promise-box:hover{ transform:translateY(-8px); box-shadow:0 15px 35px rgba(212,93,54,.18); } .icon{ width:70px; height:70px; margin:auto; border-radius:50%; background:#D45D36; color:#fff; display:flex; align-items:center; justify-content:center; font-size:32px; margin-bottom:20px; } .promise-box h3{ font-size:22px; margin-bottom:12px; color:#222; } .promise-box p{ color:#666; line-height:1.6; }