.wc-home-highlighits {
  margin-top: 88px;
  padding-bottom: 88px;
  border-bottom: 1px solid #C1C1C1;

}

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

.wc-home-highlighits--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  margin-top: 32px;
}

.wc-home-highlighits_event {
  max-width: 749px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 431px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 17px;
  padding: 40px 32px;
}

.wc-home-highlighits_event--tag {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 17px;
  background-color: #F30941;
  border-radius: 999px;
  display: block;
  width: fit-content;
  margin-bottom: 12px;
}

.wc-home-highlighits_event h3 {
  color: #fff;
  max-width: 380px;
  font-size: 24px;
  font-weight: 700;
}

.wc-home-highlighits_event--button {
  max-width: 98px;
  width: 100%;
}

.wc-home-highlighits-media {
  max-width: 450px;
  width: 100%;
  border: 1px solid #C1C1C1;
  background-color: #F4F4F3;
  padding: 46px 32px;
  border-radius: 18px;
  height: -webkit-fill-available;
}

.wc-home-highlighits-media .tag {
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.wc-home-highlighits-media .tag::before {
  content: "";
  background-color: #F30941;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.wc-home-highlighits-media h3 {
  color: #232323;
  font-size: 24px;
  font-weight: 700;
}

.wc-home-highlighits-media p {
  color: #4F4F4F;
  font-size: 16px;
  margin-bottom: 16px;
}

.wc-home-highlighits_media--button {
  max-width: 98px;
  width: 100%;
}

@media(max-width: 1000px) {

  .wc-home-highlighits {
    margin-top: 48px;
    padding-bottom: 0;
    border: none;
  }

  .wc-home-highlighits--flex {
    flex-direction: column;
    margin-top: 16px;
  }

  .wc-home-highlighits_event {
    padding: 56px 16px;
    height: 380px;
  }

  .wc-home-highlighits_event--tag {
    font-size: 14px;
  }

  .wc-home-highlighits_event h3 {
    margin-bottom: 17px;
    font-size: 20px;
  }

  .wc-home-highlighits-media {
    padding: 24px;
    height: auto;
  }

  .wc-home-highlighits-media h3 {
    font-size: 20px;
  }

  .wc-home-highlighits-media p {
    font-size: 14px;
    margin-bottom: 32px;
  }
}