@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* Marydale Fonts */
@font-face { font-family: "marydale"; src: url("https://use.typekit.net/af/2f1a2e/00000000000000003b9b14fb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2f1a2e/00000000000000003b9b14fb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2f1a2e/00000000000000003b9b14fb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-display: swap;}

body {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  overflow-x: hidden;
}

/* Global Section Padding */
section {
  padding: 40px 8%;
}

#saveSpine2025 p {
  font-size: 18px;
  line-height: 26px;
}

/* ========== Header SECTION ========== */

#saveSpine2025 .header-sec {
  display: flex;
  justify-content: space-between;
}

#saveSpine2025 .header-sec img {
  width: 180px;
}

#saveSpine2025 .header-sec h2 {
  font-size: 50px;
  font-weight: 900;
  color: white;
  margin-bottom: 20px;
  margin-top: 0;
}

#saveSpine2025 .arrow-svg {
  width: 60px;
  margin-left: 20px;
}


#saveSpine2025 .hero-section {
  gap: 40px;
  min-height: 75vh;
  background: linear-gradient(to right, #025b83, #42a9c5);
  padding-bottom: 200px;
}

#saveSpine2025 .hero-section1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.heart-icon {
  width: 10%;
}

#saveSpine2025 .hero-text {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  margin-top: 50px;
}

#saveSpine2025 .hero-text h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}


#saveSpine2025 .hero-text h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 20px;
  margin-top: 0;
}

#saveSpine2025 .hero-text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #e5faff;
}

.hero-text .green {
  color: #77B336;
}

.font-marydale {
  font-family: "marydale";
}

.hero-images {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.top-image {
  width: 560px;
  height: 280px;
  border-radius: 12px;
  object-fit: cover;
}

.bottom-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bottom-images img {
  width: 276px;
  height: 210px;
  border-radius: 12px;
  object-fit: cover;
}

/* ========== COUNTER SECTION ========== */
.counter-section {
  background: white;
  padding: 40px 0;
  color: #464646;
  text-align: center;
  /* border: 1px solid #0090c5; */
  /* border-bottom: 1px solid #0090c5; */
}

.counter-inner {
  margin: 0 8%;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #0090c5;
  background: white;
  margin-top: -180px;
}

.counter-section h2 {
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #464646;
}

.highlight {
  color: #ADD261;
  font-weight: 900;
}

.counter-box {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.digit-wrapper {
  position: relative;
  width: 50px;
  height: 65px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #6cc24a;
}

.digit {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 44px;
  font-weight: bold;
  line-height: 65px;
  color: white;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.comma {
  font-size: 44px;
  font-weight: bold;
  color: #6cc24a;
  display: flex;
  align-items: center;
  padding: 0 4px;
  height: 65px;
}

.desc {
  font-size: 28px;
  font-weight: 900;
  color: #464646;
  margin-top: 30px;
  margin-bottom: 0;
}

/* ========== KNOW SECTION ===== */

.know-section {
  background: linear-gradient(to right, #025b83, #42a9c5);

}

.know-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.know-header {
  text-align: center;
  margin-bottom: 20px;
}

/* .know-header-badge {
      display: inline-flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 50px;
      padding: 15px 30px;
      color: white;
      font-size: 24px;
      font-weight: 600;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    } */

.know-header-badge img {
  width: 400px;
}

.know-lightbulb {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.know-lightbulb::before {
  content: '💡';
  font-size: 20px;
}

.know-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.know-stat-card {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #77B336;
}

.know-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.know-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.know-stat-number {
  font-size: 24px;
  font-weight: 900;
  color: #77B336;
  margin-bottom: 10px;
  line-height: 1;
}

.know-stat-title {
  font-size: 24px;
  font-weight: 900;
  color: #77B336;
  margin-bottom: 15px;
}

.know-stat-description {
  color: #555;
  /* line-height: 1.6; */
  font-size: 16px;
  font-weight: 400;
}

.know-bottom-section {
  text-align: center;
  color: white;
  max-width: 900px;
  margin: 0 auto;
}

.know-main-message {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}

.know-download-btn {
  display: inline-flex;
  align-items: center;
  background: #1a5f7a;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}

.know-download-btn:hover {
  background: #144a5f;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.know-download-icon img {
  margin-left: 20px;
  width: 18px;
}

@media (max-width: 768px) {
  .know-stats-grid {
    grid-template-columns: 1fr;
  }

  .know-main-message {
    font-size: 24px;
  }

  .know-stat-number {
    font-size: 30px;
  }

  .know-stat-title {
    font-size: 30px;
  }
}


.faq-container {
  /* max-width: 950px; */
  /* margin: 0 auto; */
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-section {
  border-bottom: 1px solid #e0e0e0;
}

.faq-section:last-child {
  border-bottom: none;
}

.faq-section-header {
  background: #77B336;
  color: white;
  padding: 24px 40px;
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-section-header:hover {
  background: linear-gradient(135deg, #689F38, #7CB342);
}

.faq-section-header h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  flex: 1;
}

.faq-toggle-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
  font-weight: normal;
}

.faq-toggle-icon img {
  width: 28px;
  transition: transform 0.3s ease;

}

.faq-section-header.collapsed .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-section-content {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: white;
}

.faq-section-content.collapsed {
  max-height: 0;
}

.faq-content-inner {
  padding: 50px 40px;
  padding-top: 20px;
}

.faq-content-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.faq-content-text {
  font-size: 18px;
  line-height: 1.6;
  color: #464646;
}

.faq-content-text p {
  margin-bottom: 24px;
  color: #464646;
}

.faq-save-spine-text {
  font-weight: 700;
  font-style: italic;
  color: #464646;
}

/* .faq-spine-visual-container {
    position: relative;
    height: 450px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.faq-spine-chart {
  position: relative;
  width: 100%;
  height: 100%;
}



.faq-spine-illustration {
  position: absolute;
  right: 40px;
  top: 20px;
  width: 60px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.faq-spine-segment {
  width: 45px;
  height: 8px;
  background: #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.faq-spine-segment:nth-child(even) {
  background: #c0c0c0;
  width: 40px;
}

.faq-spine-labels {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  color: #464646;
}

.faq-spine-counter {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #dc3545;
  color: white;
  padding: 12px 20px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-counter-number {
  font-size: 22px;
  font-weight: 700;
}

.faq-counter-label {
  font-size: 13px;
  opacity: 0.95;
}

.faq-spine-icon {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #dc3545;
  margin-right: 5px;
}

.faq-prevention-section {
  background: white;
}

.faq-prevention-content {
  max-height: 1200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: white;
}

.faq-prevention-content.collapsed {
  max-height: 0;
}

.faq-prevention-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
}

.faq-benefits-section {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 12px;
}

.faq-spine-info {
  font-size: 16px;
  line-height: 1.7;
  color: #464646;
}

.faq-spine-info p {
  margin-bottom: 20px;
}

.faq-benefits-section h3 {
  color: #106389;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.faq-benefits-list {
  list-style: none;
  padding-left: 0;
}

.faq-benefits-list li {
  margin-bottom: 16px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  color: #464646;
  margin-left: 0;
}

/* .faq-benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #7CB342;
    font-weight: bold;
    font-size: 18px;
} */


.faq-check-img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 5px;
  /* align-self: center; */
}

.faq-benefits-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
}


.faq-benefits-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #464646;
  margin: 0;
}

.faq-health-issues {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;

}

.faq-health-issues li {
  /* margin-bottom: 12px; */
  margin-left: 0;
  position: relative;
  font-size: 15px;
  color: #464646;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* .faq-health-issues li::before {
    content: "▲";
    position: absolute;
    left: 0;
    color: #1976D2;
    font-size: 12px;
} */

.faq-health-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.faq-alert-img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
  /* aligns icon with first line of text */
}

.faq-health-item p {
  margin: 0;
  font-size: 15px;
  color: #464646;
  line-height: 1.5;
}

.faq-cta-box {
  background: #106389;
  color: white;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 6px 20px rgba(25, 118, 210, 0.3);
}

.boldd {
  font-weight: 900;
}

.faq-cta-box p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
}

.faq-cta-box strong {
  font-weight: 600;
}


.video-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-sec h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  color: #464646;
  text-align: center;
  margin-top: 60px;
}

.text-link {
  color: black;
}

.text-link a {
  color: black;
  text-decoration: none;
}

.video-yt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

.absolute-play {
  position: absolute;
  width: 80px;
}

.vid-img {
  width: 80%;
  border-radius: 12px;
}

/* Refer a Friend Section */
.refer-sec {
  background: #f5f5f5;
  /* padding: 80px 0; */

}

.refer-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.refer-img-cont {
  position: relative;
  background-image: url(/wp-content/themes/chiroone/assets/images/save-a-spine-2025/top-pic.jpg);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
}

.refer-text {
  padding: 0 40px;
}

.refer-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.1;
  margin-bottom: 30px;
  margin-top: 0;
}

.refer-text p {
  font-size: 1.1rem;
  color: #464646;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 400;
}

.refer-text p:last-of-type {
  margin-bottom: 40px;
  font-weight: 500;
  color: #4a4a4a;
}


/* Responsive Design */
@media (max-width: 968px) {
  .refer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .refer-text {
    padding: 0 20px;
    text-align: center;
  }

  .refer-text h1 {
    font-size: 2.8rem;
  }

}

@media (max-width: 768px) {
  .refer-sec {
    padding: 60px 0;
  }

  .refer-container {
    gap: 30px;
    padding: 0 15px;
  }

  .refer-text {
    padding: 0;
  }

  .refer-text h1 {
    font-size: 2.4rem;
  }

  .refer-text p {
    font-size: 1rem;
  }

  .know-refer-btn {
    padding: 16px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .refer-text h1 {
    font-size: 36px;
  }

}

.know-refer-btn {
  display: inline;
  align-items: center;
  background: #1a5f7a;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}


.know-refer-icon img {
  margin-right: 12px;
  width: 24px;
}


#saveSpine2025 .footer {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #1b1818;
  padding-left: 8%;
  padding-right: 8%;
  align-items: center;
}

#saveSpine2025 .footer div {
  width: 50%;
}

#saveSpine2025 .footer a, #saveSpine2025 .footer .text-link {
  color: #FFF;
  font-size: 14px;
}

#saveSpine2025 .footer .text-link {
  font-size: 10px !important;
  line-height: 16px !important;
}

.video-container {
  position: relative;
  width: 80%;
  max-width: 720px;
  height: 0;
  border-radius: 16px;
  padding-bottom: 50.25%; 
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 768px) {
  #saveSpine2025 section {
    padding: 30px 5%;
  }

  #saveSpine2025 p {
    font-size: 16px;
    line-height: 24px;
  }

  #saveSpine2025 .hero-section {
    padding: 20px 5%;
    padding-bottom: 120px;
    min-height: auto;
  }

  #saveSpine2025 .header-sec {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  #saveSpine2025 .header-sec img {
    width: 150px;
  }

  #saveSpine2025 .hero-section1 {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-text {
    order: 1;
  }

  .hero-images {
    order: 2;
  }

  .counter-inner {
    margin: 0 5%;
    padding: 30px 20px;
    margin-top: -100px;
  }

  .faq-section1 {
    padding: 40px 5%;
  }

  .faq-content-inner {
    padding: 30px 20px;
  }

  .faq-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq-prevention-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq-section-header {
    padding: 20px 25px;
  }

  .know-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .video-sec {
    padding: 60px 5%;
  }

  .video-container {
    width: 100%;
  }

  .refer-sec {
    padding: 60px 5%;
    padding-bottom: 20px;
  }

  .refer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .refer-img-cont {
    height: 250px;
  }

  .refer-text {
    text-align: center;
  }

  .hero-images img {
    width: 100%;
  }

  .bottom-images img {
    width: 49%;
  }

  #saveSpine2025 .footer {
    padding: 20px 5%;
  }

  #saveSpine2025 .footer div {
    width: 100%;
  }

}

/* Start 480px breakpoint */

@media (max-width: 480px) {

  #saveSpine2025 .hero-section {
    padding: 15px 4%;
    padding-bottom: 80px;
  }

  #saveSpine2025 .header-sec img {
    width: 120px;
  }

  #saveSpine2025 .hero-images img {
    width: 100%;
  }

  .bottom-images img {
    width: 49%;
  }

  .counter-inner {
    margin: 0 4%;
    padding: 20px 15px;
    margin-top: -80px;
  }

  .digit-wrapper {
    width: 30px;
  }

  .comma {
    font-size: 32px;
  }

  .faq-section1 {
    padding: 30px 4%;
  }

  .faq-content-inner {
    padding: 20px 15px;
  }

    .faq-section-header {
      padding: 15px 20px;
    }

    .faq-toggle-icon {
      width: 24px;
      height: 24px;
    }

    .refer-img-cont {
      height: 200px;
    }

    .arrow-svg {
      width: 30px;
      margin-left: 10px;
    }

    .know-header-badge img {
      width: 80%;
    }

    .know-main-message {
      font-size: 16px;
      text-align: left;
    }


    .refer-text p {
      font-size: 16px;
      text-align: left;
    }

    .video-sec h1 {
      font-size: 32px;
      line-height: 38px;
    }

    .highlight {
      color: #77B336;
      font-weight: 900;
    }

    .counter-box {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 4px;
      justify-content: center;
      align-items: center;
      padding: 10px 0;
    }

    .digit-wrapper {
      position: relative;
      width: 30px;
      height: 32px;
      overflow: hidden;
      display: inline-block;
    }

    .digit {
      transition: transform 0.3s ease-in-out;
      font-size: 24px;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      /* display: flex;
    justify-content: center;
    align-items: center; */
      margin-top: 5px;
    }

    .comma {
      font-size: 24px;
      font-weight: bold;
      line-height: 30px;
      padding: 0 2px;
    }

    .counter-section h2 {
      font-size: 20px;
      text-align: center;
      padding: 0 10px;
    }

    .desc {
      font-size: 14px;
      text-align: center;
      padding: 0 10px;
    }

    .faq-container {
      border-radius: 0;
      box-shadow: none;
    }

    .faq-section-header {
      padding: 18px 20px;
      flex-direction: row;
      align-items: flex-start;
    }

    .faq-section-header h2 {
      font-size: 20px;
    }

    .faq-toggle-icon img {
      width: 22px;
    }

    .faq-content-inner {
      padding: 20px;
    }

    .faq-content-grid,
    .faq-prevention-grid {
      grid-template-columns: 1fr;
      gap: 30px;
      box-sizing: border-box;
      overflow-x: hidden;
      overflow-y: hidden;
    }

  .faq-spine-visual-container {
    display: flex;
    justify-content: center;
  }

  .faq-spine-illustration {
    position: static;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }

  .faq-spine-segment {
    width: 30px;
    height: 6px;
  }

  .faq-spine-labels,
  .faq-spine-counter {
    position: static;
    margin-top: 20px;
    text-align: center;
  }

  .faq-spine-counter {
    justify-content: center;
    padding: 10px 16px;
    font-size: 14px;
    gap: 6px;
  }

  .faq-counter-number {
    font-size: 18px;
  }

  .faq-benefits-section {
    padding: 15px;
  }

  .faq-benefits-section h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .faq-benefits-item p,
  .faq-health-item p {
    font-size: 14px;
  }

  .faq-cta-box {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .faq-cta-box p {
    font-size: 15px;
    line-height: 1.4;
  }

  .faq-check-img,
  .faq-alert-img {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }

  .faq-content-text {
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
  }

  .desc {
    font-size: 24px;
  }

  .faq-content-text p {
    font-size: 16px;
  }

  .know-main-message {
    font-size: 16px;
  }

  .video-sec h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .text-link {
    margin-top: 20px;
    word-wrap: normal;
    font-size: 10px;
  }

  .text-link a {
    display: inline;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 10px;
  }

  .video-sec h1 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .digit {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 80px;
  }

  .header-sec {
    display: flex;
    flex-direction: row;
  }

  .header-sec h2 {
    font-size: 24px;
  }
}