.ourServicesPageMain{text-align:center;flex-direction:column;align-items:center;gap:30px;width:100%;margin:auto;display:flex}.ourServicesPageImgDiv{width:100%;height:75vh}.ourServicesPageImg{object-fit:cover;width:100%;height:100%}.ourServicesPageMain h2{font-size:2rem}.serviceGrid{grid-template-columns:repeat(3,1fr);justify-content:center;place-items:center;gap:24px;width:90%;display:grid}.serviceCard{background:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex;box-shadow:0 4px 12px #0000001a}.serviceImage{object-fit:contain;width:100%;height:180px;margin-bottom:15px}.serviceCard h3{margin-bottom:10px;font-size:20px}.serviceCard p{color:#444;font-size:14px}.seeMoreButton{color:#fff;cursor:pointer;background-color:#f30000;border:none;border-radius:8px;margin-top:12px;padding:8px 16px;font-size:14px;text-decoration:none;transition:background-color .2s}.seeMoreButton:hover{background-color:#b50000}.pagination{justify-content:center;gap:10px;margin-top:30px;display:flex}.pageButton{cursor:pointer;background-color:#e0e0e0;border:none;border-radius:6px;margin-bottom:50px;padding:8px 12px}.pageButton.active{color:#fff;background-color:#ff2e2e}@media (max-width:1024px){.serviceGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.serviceGrid{grid-template-columns:1fr}}
