.home-programs__item {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.home-programs__item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home-programs h2 {
  margin-bottom: 18px;
}
.home-programs__number {
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: 500;
  color: #170f0b;
  line-height: 24px;
}
.home-programs__title h3 {
  color: #272f0f;
  font-size: clamp(24px, 2.08333333333vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
.home-programs__title,
.home-programs__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.home-programs__list-inner li {
  font-size: clamp(16px, 0.9375vw, 18px);
  padding-left: 28px;
  position: relative;
}
.home-programs__list-inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  opacity: 0.5;
  width: 16px;
  background: #9bb939;
  transform: translateY(-50%);
}
.home-programs__title .arrow__button::after {
  transform: rotate(-90deg);
  top: 2px;
  right: 3px;
}
.home-programs__item div {
  flex: 1;
}
.home-programs__title,
.home-programs__desc {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1279px) {
  .home-programs__item {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .home-programs {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
  }
  .home-programs .section__heading.mb-90 {
    margin-bottom: 40px !important;
  }
  .home-programs__item {
    flex-wrap: wrap;
    position: relative;
    gap: 16px 24px;
    padding-bottom: 25px;
    border-top: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
  }
  .home-programs__number {
    flex: none;
    width: auto;
  }
  .home-programs__item div {
    flex: none;
  }

  .home-programs__item {
    justify-content: flex-start;
    padding-top: 250px;
  }
  .home-programs__title {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
  }

  .home-programs__desc {
    width: 100%;
    padding-bottom: 0;
  }

  /* Desktop dugme sakriveno na mobilnom — JS ga premješta ispod opisa */
  .home-programs__title > .arrow__button {
    display: none;
  }

  .home-programs__desc .arrow__button {
    margin-top: 20px;
    align-self: flex-start;
  }
  .home-programs__img img {
    object-fit: cover;
    width: 100%;
  }
  .home-programs__img {
    display: flex;
    position: absolute;
    max-height: 234px;
    left: 0;
    top: 0;
    width: 100%;
  }
  .home-programs__item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .home-programs__item {
    gap: 12px;
  }
}
