section.our-programs {
  padding: 60px 0;
  background-color: #f1f3f5 !important;
  @media screen and (max-width: 768px) {
    padding: 30px 0;
  }
}

section.our-programs h2.title {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
  color: #131e29;
  @media screen and (max-width: 768px) {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

section.our-programs .grid-programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

section.our-programs .grid-programs .item {
  background-color: #fff;
  padding: 24px;
  @media screen and (max-width: 768px) {
    padding: 16px;
  }
}

section.our-programs .grid-programs .item img {
  width: 100%;
  height: auto;
}

section.our-programs .grid-programs .item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #25384a;
  @media screen and (max-width: 768px) {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

section.our-programs .grid-programs .item p {
  font-size: 18px;
  line-height: 1.2;
  color: #25384a;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}
