#explore {
  max-width: 1440px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.title_cat {
  width: 647px;
  height: 48px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2 {
  color: var(--purple-drive, #961e96);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

#carousel_explore {
  width: 740px;
  margin: 0 auto;
}

#carousel_cont {
  width: 740px;
  heigh: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
}

.carousel_item {
  width: 732px;
  height: 402px;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
  align-items: center;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.img-cat {
  flex: none;
  width: 342px;
  heigh: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
}
.img-cat img {
  width: 55%;
  height: auto;
}

.info-cat {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 340px;
  width: 390px;
  max-height: 400px;
  align-items: center;
}

h3 {
  color: var(--cta-button-purple, #961e96);  
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  padding: 10px 0;
}
.descript {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 16px 0;
}
.button-cont {
  /* display: flex;
    align-items: flex-start; */
  margin-top: 40px;
}

.ver-mod {
  max-width: 218px;
  height: 34px;
  padding: 4px 10px;
  background-color: transparent;
  border: 2px solid var(--orange);
  color: var(--orange);
  border-radius: 8px;
  font-size: 16px !important;
  font-weight: 700;
  line-high: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ver-mod:hover {
  color: #f9f9f9;
  border: transparent;
  background: linear-gradient(
    14.06deg,
    var(--orange) -0.28%,
    var(--orangelight) 100.14%
  );
}

.carousel-item span {
  padding: 8px 15px;
  display: flex;
  font-size: 16px;
}

@media (max-width: 1000px) {
  #carousel_cont {
    margin: 0;
    width: 100%;
  }
  .carousel_item {
    width: 100%;
  }
  .img-cat {
    width: 240px;
    height: 516px;
    display: flex;
    align-items: flex-start;
  }
  .info-cat {
    margin-left: 280px;
    width: 50%;
  }
  .tit {
    padding: 4px;
  }
  .descript {
    padding: 8px;
  }
}

/* MOBILE */

@media (max-width: 762px) {
  #explore {
    padding-top: 80px;
  }
  .title_cat {
    font-size: 19px;
    line-height: 100%;
  }
  .carousel_item {
    width: 80%;
    flex-direction: column;
  }
  .img-cat {
    display: flex;
  }
  .info-cat {
    width: 290px;
    margin-left: 240px;
    min-height: 258px;
  }
  .descript {
    width: 80%;
    font-size: 3vw;
  }
  .ver-mod {
    font-size: 4vw !important ;
    padding: 4px 10px;
    max-width: 35vw;
    text-align: center;
  }
  .carousel_cont {
    overflow: hidden;
  }
  .slick-prev.slick-arrow {
    left: 70%;
  }
  .slick-next.slick-arrow {
    left: 80%;
  }
}

@media (max-width: 520px) {
  #explore {
    width: 100%;
    padding: 0;
  }
  .box {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .title_cat {
    display: flex;
    width: 100%;
    margin-top: 20px;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    justify-content: center;
  }
  #carousel_explore {
    max-width: 100%;
  }
  .carousel_cont {
    overflow: hidden;
    width: 100%;
  }
  .carousel_item {
    width: 80%;
    heigh: 278px;
    flex-direction: row;
  }
  .img-cat {
    display: flex;
    width: 200px;
    heigh: auto;
  }
  .img-cat img {
    width: 70%;
    heigh: auto;
  }
  .info-cat {
    width: 60%;
    margin-left: 160px;
    padding-botom: 20px;
    align-items: flex-start;
  }
  .tit {
    font-size: 24px;
  }
  .descript {
    color: var(--low-medium, #666);
    /* font-family: Lato; */
    font-size: 3vw !important ;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

@media (max-width: 320px) {
  #explore {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .title_cat {
    font-size: 24px;
    line-height: 120%;
  }
  #carousel_explore {
    width: 100%;
    heigh: auto;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .carousel_cont {
    width: 300px;
    heigh: 600px;
  }
  .carousel_item {
    width: 100%;
    heigh: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
  }
  .img-cat {
    display: flex;
    width: 90px;
    min-heigh: 110px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
  }
  img {
    width: 80px;
    min-height: 100px;
  }
  .info-cat {
    width: 160px;
    margin-top: 160px;
    min-height: 120px;
  }
  .ver-mod {
    width: 60%;
    font-size: 12px;
    display: flex;
    justify-content: center;
  }
  span {
    font-size: 12px;
    text-align: center;
  }
}
