.slider-pro .sp-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.slider-pro .sp-arrow:after {
  left: 50%;
  top: 50%;
}
.slider-pro .sp-arrow:before {
  left: 50%;
  top: 9px;
}
.slider-pro .sp-button {
  width: 15px;
  height: 15px;
  border-width: 0px;
  background-color: #E5E5E5;
}
.slider-pro .sp-selected-button {
  background-color: #D2232A;
}
.slider-pro .sp-next-arrow:before, .slider-pro .sp-next-arrow:after, .slider-pro .sp-previous-arrow:before, .slider-pro .sp-previous-arrow:after {
  width: 3px;
  height: 11px;
  background-color: #7F7F7F;
}
.slider-pro .sp-slide > img {
  width: 100%;
  height: 100%;
}
.slider-pro .sp-slides-container {
  border-radius: 15px;
  overflow: hidden;
}
.slider-pro .slide-description {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  top: auto !important;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 15px 15px;
  padding: 1rem;
}
.slider-pro .slide-description > .title {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  font-size: 18px;
}
.slider-pro .slide-description > .description {
  color: #fff;
  font-size: 14px;
}
