.wrap-slide {
  .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #383633;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 99;
    position: absolute;
    color: #ffffff;

    &:hover {
      cursor: pointer;
    }
  }

  .arrow-left {
    left: 10px;
  }

  .arrow-right {
    right: 10px;
  }

  .custom-dot {
    width: 15px;
    height: 15px;
    border: none;
    margin: 10px 5px;
    border-radius: 50%;
  }
}
