.wc-main-category {
  padding: 64px 40px;
}
.wc-section-category__header {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;

}

.wc-home-featured-post {
  background-color: white ;
}

.wc-section-category__header .wc-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
}

.wc-section-category__header .wc-category-description p {
  color: #EE6900;
  font-size: 18px;
  line-height: 21.8px;
  font-weight: 500;
  font-family: "Bitter", sans-serif;
  margin: 0;
  text-align: center;
}

.wc-category-title {
  color: #EE6900;
  font-size: 48px;
  line-height: 58.56px;
  font-weight: 500;
  font-family: "Bitter", sans-serif;
  margin: 0px;
  text-align: center;
}
.category_featured-post .wc-home-featured-post__content{
  padding: 0px 16px;
  flex-direction: column;
}

.category_featured-post .wc-home-featured-post__image img {
  width: 100%;
  min-height: 331px;
  border-radius: 8px;
  object-fit: cover;
}


.wc-category__flex {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.wc-category-link {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #3F5A5E;
}

.wc-category-thumb img {
  width: 80px;
}

.wc-category-post-title {
  color: #3F5A5E;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}



@media (min-width: 1024px){
  .category_featured-post .wc-home-featured-post__content{
    flex-direction: row;
    align-items: stretch;
    padding: 0px;
  }
  .category_featured-post .wc-home-featured-post__image img {
    aspect-ratio: 736 / 506;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
  }
  .category_featured-post .wc-home-featured-post__container {
    width: calc(40%);
    justify-content: center;
  }
  .wc-section-category__header {
    flex-direction: row;
    justify-content: end;
    margin-top: 32px;
  }
  .wc-section-category__header img {
    aspect-ratio: 800 / 277;
  }
  .wc-section-category__header .wc-container {
    position: absolute;
    top: 50%;
    row-gap: 10px;
    width: min-content;
    text-align: start;
    left: 0px;
    transform: translateY(-50%);
  }

  .wc-home-featured-post__image {
    width: 60%;
  }

  .wc-home-featured-post__image a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .wc-category-title {
    font-size: 96px;
    line-height: 117px;
  }
  .wc-section-category__header .wc-category-description p {
    font-size: 20px;
    padding-left: 8px;
    line-height: 24px;
    text-align: start;
  }
  .wc-home-featured-post__description {
    line-height: 29px;
  }
}

@media (max-width: 1023px) {
  .wc-category__flex {
    flex-direction: column;
  }

  .wc-home-featured-post__excerpt {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }

  .wc-home-featured-post__title,
  .wc-home-featured-post__description,
  .wc-home-featured-post__button {
    display: none !important;
  }

  .wc-category-link {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .wc-category-thumb img {
    width: 100%;

  }
}