.intro__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 140px;
}
@media (width < 768px) {
  .intro__holder {
    display: block;
    margin-bottom: 90px;
  }
}
.intro__holder__fig {
  width: 518px;
  display: block;
}
@media (width < 768px) {
  .intro__holder__fig {
    width: 100%;
    margin-bottom: 40px;
  }
}
.intro__holder__texts {
  width: calc(100% - 518px - 60px);
}
@media (width < 768px) {
  .intro__holder__texts {
    width: 100%;
  }
}
.intro__holder__texts__hl {
  color: var(--color-secondary);
  font-size: 42px;
  font-size: calc(42 / 10 * 1rem);
  font-weight: 400;
  line-height: 1.4761904762;
  margin-bottom: 60px;
}
@media (width < 768px) {
  .intro__holder__texts__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    line-height: 1.3571428571;
    text-align: center;
    margin-bottom: 30px;
  }
}
.intro__holder__texts__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
}

.points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 100px;
  gap: 100px 64px;
}
@media (width < 768px) {
  .points {
    gap: 70px 64px;
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.points__eachPoint {
  position: relative;
  background-color: #f4f9ff;
  padding: 50px 40px;
}
@media (width < 768px) {
  .points__eachPoint {
    padding: 50px 20px;
  }
}
.points__eachPoint__num {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  background-color: var(--color-secondary);
  border-radius: 50%;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
@media (width < 768px) {
  .points__eachPoint__num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.points__eachPoint__fig {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (width < 768px) {
  .points__eachPoint__fig {
    width: 100%;
  }
}
.points__eachPoint__hl {
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  line-height: 1.4583333333;
  color: var(--color-secondary);
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}
.points__eachPoint__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
}

.schedule {
  margin-bottom: 100px;
}
@media (width < 768px) {
  .schedule {
    margin-bottom: 60px;
  }
}

.interviewBtn {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
@media (width < 768px) {
  .interviewBtn {
    margin-bottom: 100px;
  }
}