.b-other-programs {
  margin: clamp(40px, 6vw, 130px) 0;
}

.b-other-programs__title {
  margin: 0 60px 30px;
}

.b-other-programs__list {
  row-gap: 24px;
}

.b-other-programs__img img {
  object-fit: cover;
}

.b-other-programs__img:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.65;
}

.b-other-programs__content {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  gap: 20px;
  pointer-events: none;
}

.b-other-programs__heading {
  color: #fff;
  flex: 1 1;
  margin: 0;
}

.b-other-programs__btn {
  padding: 5px 16px;
  font-size: 12px;
  pointer-events: auto;
}