/* Pakete Categories */
.budi-pakete__categories a {
  margin-right: 20px;
  padding: 7px 24px 5px;
  border-radius: 7px;
  border: 2px solid var(--color-custom);
  font-size: 19px;
  line-height: 1.26em;
  color: var(--color-custom);
}

.budi-pakete__categories a:hover,
.budi-pakete__categories a.budi-active {
  background-color: var(--color-custom);
  color: #fff;
}

.budi-pakete__categories a:nth-child(2) {
  border-color: var(--color-main);
  color: var(--color-main);
}

.budi-pakete__categories a:nth-child(2):hover,
.budi-pakete__categories a:nth-child(2).budi-active {
  background-color: var(--color-main);
  color: #fff;
}

.budi-pakete-posts__wrapper-title {
  margin-bottom: 32px;
  font-size: 36px;
}

/* Grid Paket */
.budi-pakete-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
}

.budi-pakete-posts:not(.budi-active) {
  display: none;
}

/* Paket Item */
.budi-pakete-posts__grid-item {
  background-color: #fff;
  padding: 30px 20px 50px;
}

.budi-pakete-posts__grid-item .budi-pakete-posts__grid-item-image {
  margin-bottom: 35px;
}

.budi-pakete-posts__grid-item .budi-pakete-title {
  font-size: 18px;
  color: var(--color-custom);
}

.budi-pakete-posts__grid-item .budi-pakete-time {
  font-size: 22px;
}

.budi-pakete-posts__grid-item .budi-pakete-time span {
  font-size: 30px;
  color: var(--color-custom);
}

.budi-pakete-posts__grid-item .budi-pakete-teaser {
  font-size: 14px;
}

.budi-pakete-posts__grid-item .budi-pakete-info {
  font-size: 16px;
}

.budi-pakete-posts__grid-item hr {
  width: 71px;
  background-color: var(--color-custom);
}

.budi-pakete-posts__grid-item .budi-pakete-button__wrapper {
  left: 0;
  right: 0;
  bottom: -20px;
}

.budi-pakete-posts__grid-item .budi-pakete-button {
  padding: 5.5px 24px;
  background-color: var(--color-custom);
  border-radius: 7px;
  font-size: 19px;
}

.budi-pakete-posts__wrapper .budi-pakete-posts:nth-child(2) .budi-pakete-title,
.budi-pakete-posts__wrapper
  .budi-pakete-posts:nth-child(2)
  .budi-pakete-time
  span {
  color: var(--color-main);
}

.budi-pakete-posts__wrapper
  .budi-pakete-posts:nth-child(2)
  .budi-pakete-posts__grid-item
  hr,
.budi-pakete-posts__wrapper
  .budi-pakete-posts:nth-child(2)
  .budi-pakete-button {
  background-color: var(--color-main);
}

@media (max-width: 1200px) {
  .budi-pakete-posts__grid {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .budi-pakete-posts__grid {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .budi-pakete-posts__wrapper-title {
    font-size: 25px;
  }

  .krm-why-helpers-image .vc_single_image-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
