.homeServiceMain-container{width:100%;height:100%;padding:10px;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.homeServiceMain-wrapper{height:600px}.homeServiceMain-content{width:400px;height:430px;border-radius:20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:10px;padding:20px;box-shadow:0 0 10px grey;margin:50px;transition:.3s ease-in-out;overflow:hidden}.homeServiceMain-content:hover{height:530px}.homeServiceMain-item{position:relative}.homeServiceMain-item>img{width:100%;height:100%;object-fit:contain;border-radius:20px}.homeServiceMain-itemCover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:20px;background-color:rgba(0,0,0,.358);transition:.3s ease-in-out;opacity:0}.homeServiceMain-content:hover .homeServiceMain-itemCover{opacity:1}.homeServiceMain-item{display:flex;justify-content:center;align-items:center;flex-direction:column}.homeServiceMain-item>p{visibility:hidden;text-align:justify;font-weight:500;transition:.3s ease-in-out}.homeServiceMain-content:hover .homeServiceMain-item>p{visibility:visible}.homeServiceMain-itemCover>a{text-decoration:none}.homeServiceMain-itemCover>a>button{padding:10px;border-radius:20px;background-color:var(--customColor5);color:#fff;font-weight:500;transition:.3s ease-in-out;&:hover{background-color:#000}}@media screen and (min-width:320px) and (max-width:768px){.homeServiceMain-content{width:300px;height:530px;border-radius:20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:10px;padding:20px;box-shadow:0 0 10px grey;margin:50px;transition:.3s ease-in-out;overflow:hidden}.homeServiceMain-item>p{visibility:visible;text-align:justify;font-weight:500;transition:.3s ease-in-out}}.petsType-container{background-color:var(--customColor1);width:100%;padding:20px}.petsTypeMain-wrapper>.item{width:400px;height:400px;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column}.even-border-radius{border-top-right-radius:100%;border-bottom-right-radius:100%}.petsTypeMain-wrapper>.item>img{width:100%;height:100%;object-fit:contain}.petsTypeMain-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;width:500px}#petsTypeMain-item1{border-top-right-radius:100%;border-bottom-right-radius:100%;background-color:var(--customColor2)}#petsTypeMain-item2{border-radius:100%;background-color:var(--customColor3)}#petsTypeMain-item3{border-top-left-radius:100%;border-bottom-left-radius:100%;background-color:var(--customColor5)}.petsTypeMain-container{width:100%}.petsTypeMain-wrapper>h2{font-weight:700}@media screen and (min-width:320px) and (max-width:720px){.petsTypeMain-wrapper>.item{height:300px;overflow:hidden}.petsTypeMain-wrapper,.petsTypeMain-wrapper>.item{width:300px;display:flex;justify-content:center;align-items:center;flex-direction:column}.petsTypeMain-wrapper{gap:10px;margin-left:20px}}