.vey-list-slider {
  display: flex;
  flex-direction: column;
  background-color: #10cece;
}

.vey-list-slider .heading {
  margin-top: 56px;
  margin-bottom: 56px;
}

.vey-list-slider .heading h2 {
  font-family: graphie, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 32px;
}

.vey-list-slider .content {
  display: flex;
  justify-content: center;
  flex: 1;
}

.vey-list-slider .image {
  display: none;
  height: 366px;
  width: 486px;
  position: absolute;
  bottom: -54px;
  flex-shrink: 0;
  margin-top: auto;
  width: auto;
  height: auto;
}

.vey-list-slider .image-active {
  display: flex;
}

.vey-list-slider img {
  max-height: 100%;
}

.vey-list-slider .list-slider-right {
  order: 3;
  right: 0;
}

.vey-list-slider .list-slider-left {
  left: 0;
}

.vey-list-slider .list {
  font-family: proxima-soft, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.05px;
  line-height: 19px;
  color: #fff;
  max-width: 369px;
}

.vey-list-slider .list .row {
  display: flex;
  max-width: 369px;
  align-items: center;
}

.vey-list-slider .list .text {
  align-items: center;
  padding-left: 24px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.vey-list-slider .list .img-bullet {
  align-items: center;
  flex-shrink: 0;
  display: flex;
  width: 24px;
  height: 24px;
}

.vey-list-slider .slider-title {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 32px;
}

.vey-list-slider .slider-title .slider-icon {
  width: 16px;
  height: 16px;
  margin-right: 6.5px;
}

.vey-list-slider .slider-title .slider-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: underline;
  cursor: pointer;
  font-family: "proxima-soft", sans-serif;
  margin-top: 2.5px;
}

.vey-list-slider .hidden-list-content {
  padding-bottom: 32px;
}

.vey-list-slider .list-sliding {
  display: none;
}

.vey-list-slider .slide-titles {
  display: flex;
  justify-content: space-around;
  padding-bottom: 14px;
}

.vey-list-slider .slide-titles h3 {
  font-family: graphie, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 32px;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
  margin: 0;
  margin-bottom: 4px;
}

.vey-list-slider .slide-titles h3:hover {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.vey-list-slider .slide-titles .active {
  border-bottom: 2px solid #fff;
}

.vey-list-slider .slide-titles .active h3 {
  opacity: 1;
}

.vey-list-slider .slide-title {
  cursor: pointer;
}

.vey-list-slider .list-section {
  flex-direction: column;
  margin: 0 auto;
}

@media only screen and (max-width: 1350px) {
  .vey-list-slider .list-slider-right,
  .vey-list-slider .list-slider-left {
    position: absolute;
    width: 32%;
  }
}

@media only screen and (max-width: 1024px) {
  .vey-list-slider .image {
    display: none;
  }

  .vey-list-slider .list-slider-left,
  .vey-list-slider .list-slider-right {
    display: none;
  }

  .vey-list-slider .content {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .vey-list-slider .list-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .vey-list-slider .slide-titles h3 {
    font-size: 20px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /**
  * Hide list slider for IE 10 & 11
  */
  .vey-list-slider {
    display: none;
  }
}
