/*wc-history-banner*/
.wc-history-banner .desk {
  width: 100%;
}

.wc-history-banner .mob {
  width: 100%;
  display: none;
}

/*wc-history-banner*/

/*wc-history-depoiments*/
.wc-history-depoiments {
  padding: 56px 0;
  background: linear-gradient(180deg, rgba(245, 229, 213, 0.15) 0.96%, rgba(204, 177, 150, 0.51) 51.92%, rgba(196, 161, 133, 0.05) 100%);
}

.wc-history-depoiments h2 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.wc-history-depoiments h2 strong {
  font-weight: 600;
}

.wc-history-depoiments span {
  text-align: center;
  font-weight: 300;
  display: block;
  margin-top: 20px;
  font-size: 24px;
}

.wc-history-depoiments--card {
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wc-history-depoiments__item--container {
  max-width: 487px;
  width: 100%;
}

.wc-history-depoiments__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

span.wc-history-depoiments__item-time {
  font-weight: 600;
  text-align: start;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 53px;
  letter-spacing: 5px;
}

.wc-history-depoiments__item--title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.wc-history-depoiments__item--text {
  font-size: 18px;
  color: var(--Grey-500);
}

span.wc-history-depoiments__item--team {
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

span.wc-history-depoiments__item--team strong {
  font-weight: 300;
}

/*wc-history-depoiments*/

/*wc-history-events*/
.wc-history-events {
  margin-top: 70px;
  padding: 0 40px;
}

.wc-history-events h2 {
  text-align: center;
  text-decoration: uppercase;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

.wc-history-events h2 strong {
  font-weight: 600;
}

.wc-history-events h2 strong {
  font-weight: 600;
}

.wc-history-events span {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  display: block;
}

.wc-history-events ul {
  margin: 32px 0 0 0;
  padding: 0;
}

.wc-history-events ul li img {
  margin: auto;
  width: 100%;
  max-width: 900px;
  display: block;
}

/*wc-history-events*/

/*wc-history-promo*/
.wc-history-promo {
  background-color: #F7F7F7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 92px 40px;
}

.wc-history-promo::before {
  content: "";
  background: url('../assets/img/Frame 1000007816.png') no-repeat center;
  height: 100%;
  width: 388px;
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  display: block;
}

.wc-history-promo-image {
  min-width: 487px;
  display: block;
  z-index: 2;
}

.wc-history-promo--content {
  max-width: 494px;
  width: 100%;
}

.wc-history-promo--content h2 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: start;
  margin: 0;
  font-weight: 400;
  line-height: 36px;
}

.wc-history-promo--content h2 strong {
  font-weight: 600;
}

.wc-history-promo--content .name-pdp {
  font-size: 30px;
  text-align: start;
  margin: 0;
  font-weight: 600;
  color: var(--Golden-900);
}

.wc-history-promo--content .name-text {
  font-size: 18px;
  color: var(--Grey-500);
}

.wc-history-promo--content a {
  position: relative;
  z-index: 2;
  background-color: var(--Black);
  width: 220px;
  padding: 9px 0;
  color: var(--White);
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 4px;
  margin: 40px 0 0 0;
}

.wc-history-promo--content a:hover {
  background-color: var(--Golden-900);
  color: var(--White);
}

/*wc-history-promo*/

@media(max-width: 1000px) {

  /*wc-history-banner*/
  .wc-history-banner .desk {
    display: none;
  }

  .wc-history-banner .mob {
    display: block;
  }

  /*wc-history-banner*/

  /*wc-history-depoiments*/
  .wc-history-depoiments {
    padding: 41px 16px;

  }

  .wc-history-depoiments h2 {
    font-size: 20px;
  }

  .wc-history-depoiments span {
    font-size: 16px;
  }

  .wc-history-depoiments--card {
    padding: 0;
    margin-top: 40px;
    gap: 70px;
  }

  .wc-history-depoiments__item {
    flex-direction: column-reverse;
    gap: 25px;
  }

  span.wc-history-depoiments__item-time {
    margin-bottom: 24px;
  }


  .wc-history-depoiments__item:nth-child(2n) {
    flex-direction: column;
  }

  .wc-history-depoiments__item--title {
    font-size: 20px;
  }

  .wc-history-depoiments__item--text {
    font-size: 16px;
  }

  /*wc-history-depoiments*/

  /*wc-history-events*/
  .wc-history-events {
    padding: 0 16px;
    margin-top: 40px;
  }


  .wc-history-events h2 {
    font-size: 20px;
  }

  .wc-history-events span {
    font-size: 16px;
  }
  .wc-history-events .slick-prev {
    left: -14px;
  }
  .wc-history-events .slick-next {
    right: -14px;
  }
  /*wc-history-events*/

  /*wc-history-promo*/
  .wc-history-promo {
    flex-direction: column;
    gap: 50px;
    padding: 43px 16px;
  }

  .wc-history-promo::before {
    height: 179px;
    background-size: cover;
  }

  .wc-history-promo-image {
    min-width: auto;
width: 100%;
  }

  .wc-history-promo--content h2 {
    font-size: 20px;
  }

  .wc-history-promo--content .name-pdp {
    font-size: 20px;
  }

  .wc-history-promo--content .name-text {
    font-size: 11px;
  }

  .wc-history-promo--content a {
    font-size: 16px;
    width: 148px;
    padding: 8px 0;
    margin-top: 20px;
  }
  /*wc-history-promo*/

}