.homeServices-container{width:100%;height:100%;gap:20px}.homeServices-container,.homeServicesHead-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.homeServicesHead-container{gap:10px}.homeServicesHead-container>h6{color:var(--customColor);font-size:15px}.homeServicesHead-container>h2{font-size:40px;font-weight:700}.homeServiceMain-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:80%;height:100%;padding:10px}.homeServiceMain-card{width:300px;height:450px;padding:10px;display:flex;justify-content:space-around;align-items:center;flex-direction:column}.homeServiceMain-cardContent4>img{width:100px;height:100px;object-fit:contain}.homeServiceMain-cardContent4>p{font-size:18px;text-align:justify}.homeServiceMain-cardContent4>h3{text-align:center}.homeServiceMain-button{width:100%;padding:10px;display:flex;justify-content:center;align-items:center;gap:30px;margin-top:30px}.homeServiceMain-button>a{text-decoration:none}.homeServiceMain-button>a>button{border:solid var(--customColor);padding:10px;border-radius:30px;background-color:var(--customColor);color:#fff;display:flex;justify-content:center;align-items:center;gap:10px;transition:.3s ease-in-out}.homeServiceMain-button>a>button:hover{transform:translateY(-7px)}.homeServiceMain-arrow{display:flex;justify-content:center;align-items:center;color:var(--customColor);background-color:#fff;border-radius:100%;font-size:30px;font-weight:bolder;transition:.3s ease-in-out}.homeServiceMain-button>a>button:hover .homeServiceMain-arrow{transform:rotate(45deg)}@media screen and (min-width:320px) and (max-width:768px){.homeServiceMain-container{width:100%;height:100%;padding:10px}.homeServiceMain-card{max-width:300px;height:450px}.homeServicesHead-container>h2{font-size:30px;font-weight:700;text-align:center}}