
.slick-next {
    right: 0px;
    z-index: 10;
    width: 60px;
    height: 60px;
    text-align: center;
    border-top-left-radius: 3em 3em;
    border-bottom-left-radius: 3em 3em;
    font-size: 2px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .slick-prev {
    left: 0px;
    z-index: 10;
    width: 60px;
    height: 60px;
    text-align: center;
    border-top-right-radius: 3em 3em;
    border-bottom-right-radius: 3em 3em;
    font-size: 2px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .slick-arrow:hover, .slick-arrow:focus {
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .slick-arrow:active  {
    background-color: rgba(255, 255, 255, 0.4);
  }
  
  .slick-dots li {
    width: 10px;
    margin: 0 2px;
  }
  
  .slider-img {
    /*min-height: 50vh; */
  }
  
  
  .slick-prev, .slick-next {
    top: 30%;
    position: absolute;
  }
  
  
  .slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: white;
  }