.program {
  padding: 50px 0;
}

.programInner {
  display: flex;
  flex-direction: column;
}

.programTitle {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.programInfo {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.programBlock {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 602px;
}

.programBlockInfo {
  border-radius: 16px;
  background: #f4f4f4;
  box-shadow: 0px 3.978px 39.95px 0px rgba(19, 16, 30, 0.19);
  padding: 20px;
  height: 100%;
}

.programBlockInfoButtons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.programBlockInfoDay {
  padding: 8px 20px;
  border-radius: 12.8px;
  background: #fad1ce;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.257px;
  text-align: center;
  letter-spacing: 0.6px;
}

.programBlockInfoTime {
  border-radius: 12.8px;
  border: 2px solid #fad1ce;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.257px;
  /* 146.286% */
  letter-spacing: 0.6px;
  padding: 8px 20px;
  text-align: center;
  background: transparent;
}

.programBlockInfoTitle {
  margin-top: 10px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.programBlockInfoList {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 25px;
}

.programBlockInfoListPoint {
  margin-left: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.programBlockInfoListPoint span {
  font-weight: 700;
}

.programBlockInfoImg img {
  width: 100%;
}

.programBtn {
  margin-top: 40px;
  align-self: center;
  text-align: center;
  max-width: 320px;
  width: 100%;
  padding: 17px 0;
  border-radius: 16px;
  background: #151617;
  color: #fff;

  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.36px;
}

.programBlockInfoListTwo {
  gap: 25px;
}

.programImage {
  box-shadow: 0px 3.978px 39.95px 0px rgba(19, 16, 30, 0.19);
  border-radius: 20px;
}

@media screen and (max-width: 956px) {
  .programInfo {
    flex-direction: column;
  }

  .programBtn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .program {
    padding: 20px 0;
  }

  .programTitle {
    font-size: 28px;
  }

  .programInfo {
    margin-top: 20px;
  }

  .programBlockInfo {
    padding: 15px;
  }

  .programBlockInfoDay,
  .programBlockInfoTime {
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 10px;
    border: 1.5px solid #fad1ce;
  }

  .programBlockInfoTitle {
    margin-top: 10px;
    font-size: 20px;
  }

  .programBlockInfoList {
    gap: 15px;
  }

  .programBlockInfoListPoint {
    font-size: 16px;
  }
}
