.slide-card-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 20px;
}

.slide-image-wrapper {
    display: flex;
    align-self: center;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.slide-image-wrapper img {
    object-fit: cover !important;
    object-position: center center;
    width: 100%;
}

.splide__arrow {
  width: 3em !important;
  height: 3em !important;
}

.splide__arrow svg {
  width: 1.5em !important;
  height: 1.5em !important;

}

button.splide__arrow {
  border-radius: 25px !important;
}

.cardbtn {
    font-size: 14px !important;
    width: 50%;
    margin-right: 10px !important;
    padding: 10px !important;
}

.slide-buttons-wrapper {
    margin-top: 25px;
    display: flex;
}