.homeService-container{background-color:var(--customColor3)}.homeService-container,.homeService-content{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeService-content{padding:20px}.homeServicesHead-container{height:100%;width:100%;display:flex;justify-content:space-between;align-items:center}.homeServicesHead-content{width:35%;padding:10px}.homeServicesHead-content>h6{color:var(--customColor1);font-weight:700}.homeServicesHead-content>h2{font-weight:600}.homeServicesHead-content>p{text-align:justify;font-weight:500}.homeServicesCard-container{width:100%;padding:10px;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.homeServicesCard-content{text-decoration:none;width:100%;height:100%;gap:20px;margin:30px;width:300px;height:300px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:10px;border-radius:20px;padding:20px;background-color:white;transition:.3s ease-in-out}.homeServicesCard-textContainer>h4>a{color:black;font-weight:600;text-decoration:none;transition:.3s ease-in-out}.homeServicesCard-textContainer>p{color:grey;text-align:justify;transition:.3s ease-in-out}.homeServicesCard-IconContainer{width:70px;height:70px;border-radius:100%;background-color:var(--customColor2);display:flex;justify-content:center;align-items:center;position:static;z-index:2;color:white;font-size:40px;transition:.3s ease-in-out}.homeServicesCard-content>span{position:relative;display:flex;justify-content:center;align-items:center}.homeServicesCard-design{background-color:var(--customColor1);position:absolute;right:-8px;width:30px;height:30px;transform:rotate(45deg);z-index:1;transition:.3s ease-in-out}.homeServicesCard-content:hover{background-color:var(--customColor2)}.homeServicesCard-content:hover .homeServicesCard-textContainer>h4>a,.homeServicesCard-content:hover .homeServicesCard-textContainer>p{color:white}.homeServicesCard-content:hover .homeServicesCard-IconContainer{background-color:var(--customColor1)}.homeServicesCard-content:hover .homeServicesCard-design{background-color:white}@media screen and (min-width:320px) and (max-width:768px){.homeServicesHead-container{flex-direction:column}.homeServicesHead-content{width:100%;padding:10px;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeServicesHead-content>h2{font-weight:600;text-align:center}.homeServicesCard-content{width:100%;padding:10px;height:100%}.homeService-content{padding:0}}@media screen and (min-width:768px) and (max-width:990px){.homeServicesHead-container{flex-direction:column}.homeServicesHead-content{width:100%;padding:10px;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeServicesCard-content{width:300px;height:100%}}@media screen and (min-width:1000px) and (max-width:1200px){.homeServicesHead-content{width:50%;padding:10px}}