.page_head {
  max-width: 750px;
}

.program_page {
  background-color: #f8f9ff;
  scroll-behavior: smooth !important;
}
.program_page .header {
  background-color: #f8f9ff;
  position: sticky;
  top: 0%;
  z-index: 1000;
  width: 100%;
}
.program_page .header .green-link:hover {
  color: black;
}
.program_page .header .green-link:hover img {
  filter: invert(1);
}

@media (max-width: 767px) {
  .program_page .header img {
    max-width: 100px;
  }
}

.program_page p {
  line-height: 1.8;
}
.program_page .hero p {
  line-height: 1.9;
}
.program_page .feature-card .icon {
  width: 48px;
  height: 48px;
  background-color: #1f459068;
  flex-shrink: 0;
}

.program_page .feature-card .icon img {
  width: 50%;
}

.program_page .curriculas {
  max-width: 1100px;
  margin-inline: auto;
}
.program_page .curriculas .icon {
  width: 75px;
  height: 75px;
  border-radius: 50% !important;
  margin-top: -37.5px;
  display: grid !important;
  place-content: center;
}

.program_page .curriculas .icon span {
  font-size: 32px;
  line-height: 10px;
  margin-top: 10px;
}
/* .program_page .curriculas > div:first-child .icon {
  background-color: #f8d57e33;
}
.program_page .curriculas > div:first-child .icon span {
  color: #f0c75e;
} */
.program_page .curriculas > div .icon {
  background-color: #5d12ff33;
}
.program_page .curriculas > div .icon span {
  color: #5d12ff;
}
.program_page .curriculas > div:nth-child(2) .icon {
  background-color: #00937933;
}
.program_page .curriculas > div:nth-child(2) .icon span {
  color: #009379;
}
.program_page .curriculas > div:nth-child(3) .icon {
  background-color: #ff625033;
}
.program_page .curriculas > div:nth-child(3) .icon span {
  color: #ff6250;
}
.program_page .curriculas > div:nth-child(4) .icon {
  background-color: #00c4fa33;
}
.program_page .curriculas > div:nth-child(4) .icon span {
  color: #00c4fa;
}

.program_page .teachers .teatcher-card {
  max-width: 300px;
  margin-inline: auto;
}
.program_page .teachers .teatcher-card .avatar {
  width: 100px;
}
.program_page .certificate {
  min-height: 470px;
  background-color: var(--green);
}
.program_page .certificate .shape {
  position: absolute;
  top: 0%;
  height: 100%;
  max-width: 100%;
  right: 0;
}
.program_page .certificate ul li {
  list-style: dot;
  padding-bottom: 10px;
}
.program_page .slick-dotted .slick-arrow {
  display: none !important;
}
.program_page .slick-dots li {
  width: fit-content;
}
.program_page .slick-dotted .slick-dots button {
  background-color: white;
  height: 10px !important;
  width: 10px;
  border-radius: 10px !important;
}
.program_page .slick-dotted .slick-dots .slick-active button {
  background-color: var(--green) !important;
  width: 30px;
}
.program_page .curricula-card {
  margin-top: 37.5px !important;
}
.program_page .curricula-card h5 {
  height: 104px;
  display: flex;
  align-items: center;
}
.program_page .plan-card .choose-plan {
  background-color: #e5f4f2 !important;
  color: var(--green);
  border-color: #e5f4f2;
}
.program_page .plan-card .choose-plan:hover {
  background-color: var(--green) !important;
  color: #e5f4f2;
  border-color: var(--green);
}
.program_page .plan-card.best {
  min-height: 100px;
}
.program_page .plan-card.best {
  background-color: var(--dark) !important;
  color: #e5f4f2;
}
.program_page .levels .icon {
  margin-top: -80px;
}
