/* R Dresser Academy Course Page */
.academy-page {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 20px 64px;
  box-sizing: border-box;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.85;
}
.academy-page .formTable {
  margin: 0 0;
  width: 800px;

}

.academy-hero {
  margin-bottom: 56px;
  padding: 48px 36px;
  text-align: center;
  background: #f8f6f3;
  border: 1px solid #e8e1d9;
  border-radius: 12px;
}

.academy-label {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.academy-hero h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.3;
  font-weight: 600;
}

.academy-subtitle {
  margin: 18px 0 0;
  font-size: clamp(19px, 3vw, 26px);
  line-height: 1.5;
  font-weight: 600;
}

.academy-lead {
  margin: 14px 0 0;
  font-size: 16px;
}

.academy-price,
.course-price {
  display: inline-block;
  margin: 26px 0 0;
  padding: 12px 22px;
  font-size: 21px;
  font-weight: 700;
  border: 1px solid #333;
  border-radius: 999px;
}

.hhh {
  margin: 58px 0 26px;
  padding: 0 0 12px;
  border-bottom: 2px solid #333;
}

.hhh h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.4;
  font-weight: 600;
}

.sub-heading,
.day-heading {
  margin: 36px 0 16px;
  line-height: 1.5;
  font-weight: 600;
}

.sub-heading {
  padding-left: 14px;
  font-size: 21px;
  border-left: 4px solid #333;
}

.day-heading {
  padding: 14px 18px;
  font-size: 24px;
  background: #f4f4f4;
  border-radius: 8px;
}

.main_p {
  margin: 0 0 18px;
  font-size: 16px;
}
.academy-page .main_p {
width:820px;
}


.info-line {
  margin-bottom: 5px;
}

.main_list {
  margin: 0 0 26px;
  padding-left: 1.35em;
}

.main_list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.course-note {
  margin: 30px 0;
  padding: 20px 22px;
  background: #f7f7f7;
  border-left: 4px solid #888;
}

.course-note .main_p:last-child {
  margin-bottom: 0;
}

.example-quote {
  margin: 14px 0;
  padding: 14px 18px;
  font-style: italic;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e5e5e5;
}

.quote-or {
  margin: 6px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .academy-page {
    padding: 16px 15px 48px;
  }

  .academy-hero {
    margin-bottom: 42px;
    padding: 34px 20px;
  }

  .hhh {
    margin-top: 44px;
  }

  .hhh h2 {
    font-size: 25px;
  }

  .sub-heading {
    font-size: 19px;
  }

  .day-heading {
    font-size: 21px;
  }

  .main_p,
  .main_list li {
    font-size: 15px;
  }

  .academy-price,
  .course-price {
    font-size: 18px;
  }
}

.instructor_box{
    display:flex;
    align-items:center;
    gap:40px;
    margin:40px auto;
    max-width:900px;
}

.instructor_box img{
    width:220px;
    border-radius:12px;
}

.instructor_text{
    flex:1;
}

.instructor_text h3{
    font-size:42px;
    margin-bottom:15px;
}

.career{
    font-weight:bold;
    margin-bottom:8px;
}
.instructor_name{
    font-size:52px;
    font-weight:700;
    line-height:1.1;
    margin:0 0 20px;
    color:#2b2b2b;
}
.instructor_text .main_p{
    max-width:620px;
}