/* Block-1 */
.hero {
  height: 370px;
  background-position: center center;
  background-attachment: scroll;
  background-image: url("../img/programs.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

@media (width >= 768px) {
  .hero {
    height: 650px;
  }
}

@media (width >= 1280px) {
  .hero {
    height: 800px;
  }
}

.hero-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* Block-2 */
.programs-item {
  display: flex;
  flex-direction: column;
}

.programs-item-title {
  min-width: 240px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 0 90px 0 0;
}

@media (width >= 768px) {
  .programs-item-title {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
  }
}

@media (width >= 1280px) {
  .programs-item-title {
    font-size: 26px;
    line-height: 40px;
  }
}

.programs-item-text {
  font-size: 14px;
  line-height: 20px;
  margin-left: 40px;
  text-align: left;
  margin-top: 0;
  font-weight: 300;
}

@media (width >= 768px) {
  .programs-item-text {
    margin-left: 48px;
  }
}

@media (width >= 1280px) {
  .programs-item-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 52px;
  }
}

.programs-number {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #e63c3c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 50%;
  justify-content: center;
}

@media (width >= 768px) {
  .programs-number {
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }
}

@media (width >= 1280px) {
  .programs-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
  }
}

.programs-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 0px 20px;
}

@media (width >= 768px) {
  .programs-list {
    gap: 40px;
    padding: 0px 120px;
  }
}

@media (width >= 1280px) {
  .programs-list {
    padding: 0px 240px;
  }
}

.number {
  margin-right: 10px;
}

.number-wrapper {
  display: flex;
  align-items: center;
}
