section#homecare {
  
}
section#homecare .gridwrap h3.span{

}
section#homecare .gridwrap span.h3{

}
section#homecare .gridwrap p.p{

}
section#homecare .gridwrap a.block{

}
section#homecare .gridwrap ul {
  grid-column: 2;
  grid-row: 1 / span 5;
  gap: 20px;
  width: 100%;
}
section#homecare .gridwrap ul .slick-dots li button::before{
  display: none;
}
section#homecare .gridwrap ul li {
  height: 100%;
  width: 100%;
}

section#homecare .gridwrap ul li a {
  font-size: 0;
}
section#homecare .gridwrap ul li a::after{
  width: 312px;
  height: 397px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
}
section#homecare .gridwrap ul li:nth-child(1) a::after{ 
  background-image: url(../img/home1.png);
}
section#homecare .gridwrap ul li:nth-child(2) a::after{
  background-image: url(../img/home2.png);
}
section#homecare .gridwrap ul li:nth-child(3) a::after{
  background-image: url(../img/home3.jpg);
}
section#homecare .gridwrap ul li:nth-child(4) a::after{
  background-image: url(../img/home4.png);
}
section#homecare .gridwrap ul li:nth-child(5) a::after{
  background-image: url(../img/home5.jpg);
}