.grid2x2,
.grid1x3 {
  flex-direction: row;
  gap: 30px;
}
.grid2x2 .programs__item {
  display: flex;
  flex-basis: calc(50% - 15px);
  justify-content: center;
  flex-direction: column;
}

.grid2x2 .programs__item,
.grid1x3 .programs__item {
  margin-right: unset !important;
}

.programs__item {
  display: block !important;
}
.programs__text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .programs__text {
    margin-bottom: 30px;
    flex-direction: column !important;
  }
}
