.wc-home-careers {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-top: 88px;
  padding-bottom: 88px;
  border-bottom: 1px solid #C1C1C1;
}

.wc-home-careers--container {
  width: 46%;
}

.wc-home-careers__title-section {
  color: #7B7B7B;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.wc-home-careers--container p {
  color: #4F4F4F;
  margin-bottom: 24px;
  margin-top: 16px;
}

.wc-home-careers--button {
  max-width: 161px;
  width: 100%;
}

.wc-home-careers__slider {
  width: 52%;
}

.wc-home-careers__slider-component {
  position: relative;
}

.wc-training-testimonials-list {
  list-style: none;
  margin: 0 !important;
}

.wc-training-testimonials-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 489px;
  max-width: 613px;
  width: 100%;
  padding: 56px 32px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.wc-training-testimonials-overlay::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.3334 7C36.0957 7 34.9088 7.49167 34.0336 8.36683C33.1584 9.242 32.6667 10.429 32.6667 11.6667V25.6667C32.6667 26.9043 33.1584 28.0913 34.0336 28.9665C34.9088 29.8417 36.0957 30.3333 37.3334 30.3333C37.9523 30.3333 38.5457 30.5792 38.9833 31.0168C39.4209 31.4543 39.6667 32.0478 39.6667 32.6667V35C39.6667 36.2377 39.1751 37.4247 38.2999 38.2998C37.4247 39.175 36.2378 39.6667 35.0001 39.6667C34.3812 39.6667 33.7878 39.9125 33.3502 40.3501C32.9126 40.7877 32.6667 41.3812 32.6667 42V46.6667C32.6667 47.2855 32.9126 47.879 33.3502 48.3166C33.7878 48.7542 34.3812 49 35.0001 49C38.7131 49 42.2741 47.525 44.8996 44.8995C47.5251 42.274 49.0001 38.713 49.0001 35V11.6667C49.0001 10.429 48.5084 9.242 47.6332 8.36683C46.7581 7.49167 45.5711 7 44.3334 7H37.3334Z" fill="%23585858" stroke="%23585858" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.6667 7C10.429 7 9.242 7.49167 8.36683 8.36683C7.49167 9.242 7 10.429 7 11.6667V25.6667C7 26.9043 7.49167 28.0913 8.36683 28.9665C9.242 29.8417 10.429 30.3333 11.6667 30.3333C12.2855 30.3333 12.879 30.5792 13.3166 31.0168C13.7542 31.4543 14 32.0478 14 32.6667V35C14 36.2377 13.5083 37.4247 12.6332 38.2998C11.758 39.175 10.571 39.6667 9.33333 39.6667C8.71449 39.6667 8.121 39.9125 7.68342 40.3501C7.24583 40.7877 7 41.3812 7 42V46.6667C7 47.2855 7.24583 47.879 7.68342 48.3166C8.121 48.7542 8.71449 49 9.33333 49C13.0464 49 16.6073 47.525 19.2328 44.8995C21.8583 42.274 23.3333 38.713 23.3333 35V11.6667C23.3333 10.429 22.8417 9.242 21.9665 8.36683C21.0913 7.49167 19.9043 7 18.6667 7H11.6667Z" fill="%23585858" stroke="%23585858" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  width: 56px;
  height: 56px;
  display: block;
  background-size: 56px;
  margin-bottom: 32px;
}

.wc-training-testimonials-text {
  color: #fff;
  margin-bottom: 48px;
  max-height: 97px;
  overflow-x: auto;
}

.wc-training-testimonials-name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.wc-training-testimonials-area {
  color: #949494;
  font-weight: 500;
}

.wc-home-careers__slider-controls {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 43px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.wc-home-careers__slider-controls .slick-prev,
.wc-home-careers__slider-controls .slick-next {
  position: static;
  transform: none;
}

.wc-home-careers__slider-controls .slick-prev {
  order: 1;
}

.wc-home-careers__slider-controls .slick-next {
  order: 3;
}

.wc-home-careers__slider-controls .slick-dots {
  order: 2;
  position: static;
  width: auto;
  margin: 0;
}

.wc-home-careers__slider-controls .slick-dots li,
.wc-home-careers__slider-controls .slick-dots li button {
  width: 32px;
  height: 8px;
  border-radius: 999px;
}

.wc-home-careers__slider-controls .slick-dots li.slick-active,
.wc-home-careers__slider-controls .slick-dots li.slick-active button {
  width: 42px;

}

.wc-home-careers__slider-controls .slick-dots li button:before {
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background-color: #343434;
}

.wc-home-careers__slider-controls .slick-dots li.slick-active button:before {
  width: 42px;
  background-color: #fff;
}

@media(max-width:1000px) {
  .wc-home-careers {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 10px;
  }

  .wc-home-careers__slider {
    width: 100%;
  }

  .wc-training-testimonials-card {
    height: 446px;
    background-size: cover;
    background-position: center;
    padding: 16px;
    border-radius: 24px;
  }

  .wc-training-testimonials-overlay::before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  .wc-training-testimonials-text {
    font-size: 14px;
    max-height: 148px;
    overflow-y: auto;
  }

  .wc-training-testimonials-area {
    font-size: 14px;
  }

  .wc-home-careers__slider-controls {
    justify-content: center;
  }

  .wc-home-careers--container {
    width: 100%;
  }

  .wc-home-careers--container p {
    font-size: 14px;
    margin: 24px 0;
  }

  .wc-home-careers__slider-controls {
    bottom: 26px;
  }
}