
.section-1 {
  background-image: url("../image/recruit/fv_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.section-1 .title_sub {
  font-family: "Roboto", sans-serif;
  color: white;
  text-align: center;
  font-weight: 100;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  width: fit-content;
  margin-top: 367px;
  margin-left: 110px;
}

.section-1 .title_sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: white;
}

.section-1 .page_title {
  color: white;
  font-weight: 400;
  margin-left: 110px;
}

.section-1 h2 {
  color: var(--bg-primary);
}

@media (max-width: 768px) {
  .section-1 {
      background-image: url("../image/recruit/fv_bg_sp.png");
    height: 500px;
    padding-inline: 6px;
  }
  .section-1 .title_sub {
    margin-left: 10px;
    padding-right: 1em;
  }
  .section-1 .page_title {
    margin-left: 10px;
  }
}

.section-2 {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-block: 100px;
}

.section-2 .left {
  width: 60%;
}

.section-2 .right {
  width: 40%;
}

.section-2 .left .page_title2 {
  color: var(--bg-primary);
  font-size: 32px;
  margin: 0;
  font-weight: 400;
  line-height: 1.6em;
}
.section-2 .left p {
  color: #252525;
  font-size: 16px;
  margin-top: 2em;
  line-height: 2em;
}
.section-2 .left p b{
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-2 .left p {
    font-size: 14px;
  }
  .section-2 .left p b{
  font-size: 18px;
}
}

@media (max-width: 1250px) {
  .section-2 {
    display: flex;
    gap: 40px;
  }
  .section-2 img {
    width: 400px;
  }
  .section-2 .left .page_title2 {
    color: var(--bg-primary);
    font-size: 28px;
  }
}
@media (max-width: 1140px) {
  .section-2 img {
    width: 350px;
  }
}
@media (max-width: 950px) {
  .section-2 {
    display: flex;
    flex-direction: column;
  }
  .section-2 .left {
    max-width: 550px;
    width: 100%;
    margin: auto;
  }
  .section-2 .right {
    width: 100%;
    display: none;
  }
  .section-2 .right img {
    width: 500px;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 768px) {
  .section-2 {
    padding: 64px 5%;
  }
}



@media (max-width: 540px) {
  .section-2 .right img {
    width: 350px;
  }
  .section-2 .left .page_title2 {
    color: var(--bg-primary);
    font-size: min(5.3vw, 24px);
  }
}

.section-3 {
  padding: 56px 0 130px;
  text-align: center;
  padding-inline: 0;
  background-color: #f2f6fa;
}

.section-3 .title_sub {
  font-family: "Roboto", sans-serif;
  color: var(--bg-primary);
  font-weight: 100;
  width: fit-content;
  margin: auto;
  position: relative;
  display: inline-block;
}

.section-3 .title_sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130%; /* 👈 make this longer or shorter */
  height: 3px;
  background-color: var(--bg-primary);
}

.section-3 .page_title3 {
  color: var( --bg-black);
  font-weight: 200;
  text-align: center;
  margin-top: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
.section-3 .page_title3 {
  font-size: 24px;
}
}



/* --- CARD CONTAINER --- */
.section-3 .card {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}

/* --- ROW LAYOUT --- */
.section-3 .card .card1 {
  display: flex;
  align-items: center;
  position: relative;
}
.section-3 .card .card1-1 {
  margin-top: 20px;
}
.section-3 .card .card1-2 {
  margin-top: 120px;
}
.section-3 .card .card1-3 {
  margin-top: 160px;
}

@media (max-width: 768px) {
  .section-3 .card .card1-1 {
    margin-top: 40px;
  }
  .section-3 .card .card1-2 {
    margin-top: 20px;
  }
  .section-3 .card .card1-3 {
    margin-top: 20px;
  }
}

/* --- LEFT (FROSTED OVERLAY BOX) --- */
.section-3 .card .card1 .left {
  /* smooth width: min 280px, max 660px, scale with screen */
  width: clamp(280px, 40vw, 660px);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(1px);
  padding: clamp(16px, 3vw, 40px);
  position: absolute;
  left: clamp(20px, 10vw, 140px); /* flexible offset */
  top: 50%;
  transform: translateY(-50%);

  z-index: 5;
  text-align: left;
}

/* --- RIGHT IMAGE WRAPPER --- */
.section-3 .card .card1 .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

/* --- RESPONSIVE IMAGE --- */
.section-3 .card .card1 .right img {
  width: clamp(260px, 60vw, 850px);
  object-fit: cover;
}

.section-3 .card .card1 .left .title{
  display: flex;
  gap: 8px;
  align-items: baseline;
}
/* --- TEXT STYLES --- */
.section-3 .card .card1 .left .title .text {
  font-size: clamp(18px, 2.3vw, 32px);
  color: var(--bg-primary);
  font-family: 'Roboto';
    font-weight: 100;
}

.section-3 .card .card1 .left .title .num {
  font-size: clamp(36px, 6vw, 70px);
  color: var(--bg-primary);
  font-family: 'Roboto';
    font-weight: 100;
}

.section-3 .card .card1 .left .page_title3-1 {
  font-size: clamp(18px, 2vw, 24px);
  margin-top: 8px;
  text-align: start;
  color: var(--bg-primary);
}

.section-3 .card .card1 .left p {
  font-size: clamp(14px, 1.2vw, 16px);
  margin-top: 24px;
  line-height: 1.8em;
}

/* --- MOBILE (STACKED) --- */
@media (max-width: 1024px) {
  .section-3 .card .card1 {
    flex-direction: column-reverse;
  }
  .section-3 {
    padding-block: 56px;
    text-align: center;
    padding-inline: 20px;
    background-color: #f2f6fa;
  }

  .section-3 .card .card1 .left {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    margin-bottom: 24px;
    width: 790px;
  }

  .section-3 .card .card1 .right img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .section-3 .card .card1 {
    flex-direction: column-reverse;
  }
  .section-3 {
    padding-block: 56px;
    text-align: center;
    padding-inline: 20px;
    background-color: #f2f6fa;
  }

  .section-3 .card .card1 .left {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    margin-bottom: 24px;
    width: 94%;
  }

  .section-3 .card .card1 .right img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-3 {
    padding: 64px 5%;
  }
  .section-3 .card{
    margin-top: 0;
  }
  .section-3 .card .card1 .left .page_title3-1 {
    line-height: 1.6em;
  }
}

@media (max-width: 500px) {
  .section-3 .card .card1 .left {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    margin-bottom: 24px;
    width: auto;
  }
}

/* Reverse layout for every even card */
.section-3 .card .card1:nth-child(even) {
  flex-direction: row-reverse;
}

/* Move frosted box to the right on even cards */
.section-3 .card .card1:nth-child(even) .left {
  left: auto; /* cancel default left */
  right: clamp(20px, 10vw, 140px); /* put it on the right */
}

/* Image remains aligned left when reversed */
.section-3 .card .card1:nth-child(even) .right {
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  /* Restore normal stacking for ALL cards */
  .section-3 .card .card1 {
    flex-direction: column-reverse !important;
  }

  /* Cancel reverse effect for even cards */
  .section-3 .card .card1:nth-child(even) {
    flex-direction: column-reverse !important;
  }

  /* Reset left/right positioning */
  .section-3 .card .card1:nth-child(even) .left {
    right: 0 !important;
    left: 0 !important;
  }
}

.section-4 {
  padding-block: 100px;
  text-align: center;
  padding-inline: 20px;
}

.section-4 .title_sub {
  font-family: "Roboto", sans-serif;
  color: var(--bg-primary);
  font-weight: 100;
  width: fit-content;
  margin: auto;
  position: relative;
  display: inline-block;
}

.section-4 .title_sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130%; /* 👈 make this longer or shorter */
  height: 3px;
  background-color: var(--bg-primary);
}

.section-4 .page_title {
  color: #252525;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}

table {
  max-width: 1015px;
  width: 100%;
  margin: 20px auto 0;
  border-collapse: collapse;
  font-size: 16px;
  padding-inline: 20px;
table-layout: fixed;
}

th p {
  background-color: var(--bg-primary);
  padding-block: 12px;
  color: white;
  border-radius: 30px;
  font-weight: 400;
}

td {
  padding: 10px;
  text-align: center;
  /* border-bottom: 1px solid #ddd; */
}

tr:last-child td {
 
}

.highlight {
  color: #4a90e2;
  font-weight: bold;
}

@media (max-width: 768px) {
  .section-4 {
    text-align: center;
    padding: 64px 5%;
  }
  th p {
    font-size: 12px;
    font-size: min(2.9vw, 12px);
  }

}
@media (max-width: 450px) {
  .section-4 {
    padding: 64px 2%;
  }
  th p {
    padding: 5% 3%;
  }
}

.section-5 {
  padding-block: 100px;
  text-align: center;
  padding-inline: 20px;
}

.section-5 .title_sub {
  font-family: "Roboto", sans-serif;
  color: var(--bg-primary);
  font-weight: 100;
  width: fit-content;
  margin: auto;
  position: relative;
  display: inline-block;
}

.section-5 .title_sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130%; /* 👈 make this longer or shorter */
  height: 3px;
  background-color: var(--bg-primary);
}

.section-5 .page_title {
  color: #252525;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}

/* FAQ Items */
.faq-item {
  margin-bottom: 32px;
  background: #456BA5;
  border-radius: 8px;
  border: 2px solid #456BA5;
}

.faq {
  margin: auto;
  margin-top: 64px;
  max-width: 700px;
  width: 100%;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  background: #456BA5;
  color: #fff;
}

/* arrow icon */
.faq-question::after {
  content: "";
  background: url("../image/recruit/arrow_white.svg") no-repeat center center;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  width: 8px;
  height: 5px;
  transform: rotate(180deg);
}

.faq-question.active::after {
  transform: rotate(0deg);
}

.faq-answer {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: start;
  border-radius: 0 0 8px 8px / 0 0 8px 8px;
}

.faq-answer p {
  margin: 0;
  padding: 16px 20px;
  font-size: 15px;
  background: #f9f9f9;
}

/* ----------------------------
     Responsive SP
  -----------------------------*/
@media (max-width: 768px) {
  .section-5 {
    text-align: center;
    padding: 0 5%;
  }
  .faq-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .faq-container {
    padding: 25px 15px;
  }


  h2 {
    font-size: 16px;
  }

  .faq-question {
    font-size: 14px;
    padding: 14px 16px;
  }

  .faq-answer p {
    font-size: 14px;
    padding: 14px 16px;
  }
}

.section-6 {
  padding-block: 100px;
  text-align: center;
  padding-inline: 0;
}

.section-6 .title_sub {
  font-family: "Roboto", sans-serif;
  color: var(--bg-primary);
  font-weight: 100;
  width: fit-content;
  margin: auto;
  position: relative;
  display: inline-block;
}

.section-6 .title_sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 110%; /* 👈 make this longer or shorter */
  height: 3px;
  background-color: var(--bg-primary);
}

.section-6 .page_title {
  color: #252525;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}
.section-6 .flow {
  padding-block: 40px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background-color: #f2f6fa;
  margin-top: 64px;
}

.section-6 .flow p:nth-child(1) {
  background-color: var(--bg-primary);
  width: fit-content;
  margin: auto;
  color: white;
  padding-inline: 32px;
  padding-block: 16px;
  border-radius: 30px;
  font-size: 24px;
}

.section-6 .flow .steps {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(250px, 1fr)
  ); /* each step 250px wide */
  justify-content: center; /* center the grid */
  gap: 20px; /* spacing between steps */
  max-width: 1120px;
  width: 100%;
  margin: 40px auto 0 auto; /* top margin 40px, center horizontally */
  box-sizing: border-box;
}

.section-6 .flow .step {
  display: flex;
  flex-direction: column;
  width: 250px; /* fixed width */
  box-sizing: border-box;
}

.section-6 .flow .step span {
  font-size: 48px;
  color: var(--bg-primary);
  font-family: 'Roboto';
    font-weight: 200;
}


.section-6 .flow .steps .step p {
  font-size: 16px;
  margin: 16px 0 0;
  text-align: start;
}

.section-6 .flow .step p {
  font-size: 16px;
  margin: 0;
  text-align: start;
}

.section-6 .flow .step div {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid var(--bg-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 16px;
}
.section-6 .flow .step h6 {
  font-size: 20px;
  margin: 16px 0 0;
  font-weight: 500;
}

/* Medium screens (1024px): 2x2 layout */
@media (max-width: 1080px) {
  .section-6 .flow .steps {
    grid-template-columns: repeat(2, 250px); /* 2 steps per row */
    justify-content: center; /* center grid */
  }
  .section-6 .flow .step div {
    width: 180px;
    height: 180px;
  }
  .section-6 .flow .step div img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 768px) {
  .section-6{
    padding: 64px 5%;
  }
  .section-6 .flow p:nth-child(1) {
    padding-inline: 32px;
    padding-block: 12px;
    border-radius: 20px;
    font-size: 20px;
  }
  .section-6 .flow {
    margin-top: 40px;
  }
}

/* -------------------------------------------------
  New Mobile/Tablet Layout (≤768px)
  Icon Left / Content Right Layout
--------------------------------------------------- */
@media (max-width: 768px) {
  /* Default grid → Flex vertical stacking with alignment */
  .section-6 .flow .steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin: 40px auto;
    padding: 0 16px;
  }

  /* Horizontal layout per step */
  .section-6 .flow .step {
    display: grid;
    grid-template-columns: max-content max-content 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  .section-6 .flow .step span {
    grid-area: 1 / 2 / 2 / 3;
    text-align: left;
    font-size: 32px;
  }

  /* Circle icon left */
  .section-6 .flow .step div {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--bg-primary);
grid-area: 1 / 1 / 3 / 2;
margin-top: 0;
  }

  .section-6 .flow .step div img {
    width: 60%;
    height: auto;
  }

  .section-6 .flow .step h6 {
    font-size: 18px;
grid-area: 1 / 3 / 2 / 4;
text-align: left;
margin-top: 0;
  }

.section-6 .flow .steps .step p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    margin-top: 0;
grid-area: 2 / 2 / 3 / 4;
  }
}

/* Small screens (768px): 4x1 layout */
@media (max-width: 500px) {
  .section-6 .flow .steps {
    grid-template-columns: 250px; /* 1 step per row */
    justify-content: center;
  }
}

.section-6 .flow .steps:nth-child(2) {
  margin-top: 40px;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 46px;
  text-align: start;
  background-color: #f2f6fa;
}

.section-7 .title_sub {
  font-family: "Roboto", sans-serif;
  color: var(--bg-primary);
  font-weight: 200;
  margin-left: 120px !important;
  font-size: 80px;
  width: fit-content;
  margin: auto;
  position: relative;
  display: inline-block;
}

.section-7 .title_sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%; /* 👈 make this longer or shorter */
  height: 3px;
  background-color: var(--bg-primary);
}

.section-7 .page_title {
  color: #252525;
  font-weight: 400;
  text-align: start;
  margin-left: 120px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .section-7 {
    padding: 64px 5%;
    text-align: center;
  }

  .section-7 .title_sub {
    font-size: 56px;
    margin-left: 0 !important;
  }
  .section-7 .page_title {
    text-align: center;
    margin-left: 0 !important;
  }
  .section-7 h3 {
    text-align: center;
    margin-top: 16px;
    margin-left: 0 !important;
  }
}

/*  */

/* Wrapper */
.recruit-section {
  background: #f3f5f8;
  padding: 50px 0;
}

/* Main container */
.recruit-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

/* ---------------------- */
/* LEFT TABLE */
/* ---------------------- */

.recruit-table-wrap {
  flex: 1;
  padding: 20px 40px 40px 60px;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.recruit-table th,
.recruit-table td {
  padding: 20px 10px;
  vertical-align: top;
  line-height: 1.7;
}

.recruit-table th {
  width: 20%;
  font-weight: bold;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.recruit-table td {
  width: 80%;
  text-align: start;
  color: #555;
  border-bottom: 1px solid #ddd;
}

/* ---------------------- */
/* RIGHT IMAGE */
/* ---------------------- */

.recruit-image-wrap {
  flex: 1;
  background: #f2f6fa;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-image-wrap img {
  width: 100%;
  object-fit: cover;
}

/* ---------------------- */
/* RESPONSIVE */
/* ---------------------- */

@media screen and (max-width: 900px) {
  .recruit-container {
    flex-direction: column;
  }

  .recruit-image-wrap {
    display: none;
  }

  .recruit-table-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-container {
    flex-direction: column;
  }

  .recruit-image-wrap {
    display: none;
  }

  .recruit-table-wrap {
    padding: 20px;
  }

  .recruit-container {
    flex-direction: column; /* stack vertically */
  }

  .recruit-image-wrap {
    order: 1; /* image FIRST */
    width: 100%;
    padding: 10px 0; /* reduce padding */

    background: none; /* remove side background */
  }

  .recruit-image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 0; /* remove corner rounding to match screenshot */
  }

  .recruit-table-wrap {
    order: 2; /* table SECOND */
    padding: 10px 15px; /* same left/right padding as screenshot */
  }

  .recruit-table th,
  .recruit-table td {
    padding: 15px 8px; /* tighter spacing like screenshot */
  }

  .recruit-table th {
    width: 100%;
    display: block; /* convert to stacked format */
    background: #fff;
    border-bottom: none;
  }

  .recruit-table td {
    width: 100%;
    display: block; /* stacked */
    margin-bottom: 15px;
  }

  .recruit-table tr {
    padding-bottom: 10px;
  }
}

.section-8 {
  background-image: url("../image/recruit/entry_bg.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center; /* PC: person on right */
  background-size: cover;
  width: 100%;
    padding: 40px 20px 60px;
}
.section-8 .section-8-content {
    max-width: 1200px;
    width: 100%;

    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}
/* MOBILE — Center the person */
.section-8 .page_title {
  font-family: "Roboto", sans-serif;
  color: white;
  text-align: center;
  font-weight: 200;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  width: fit-content;
  margin-top: 0px;
  font-size: min(15vw, 200px);
  opacity: 0.7;
}

.section-8 .section-8_text {
    font-size: min(3.4vw, 48px);
    color: white;
    line-height: 1.5;
    font-weight: 400;
    margin: 16px 0 16px 0;
}

.section-8 .btn{
    margin: 16px 0 0 0;
    padding: 16px 40px;
    border-radius: 30px;
    width: 366px;
    box-sizing: border-box;
}
.section-8 .btn span {
  font-size: 32px;
  font-weight: 500;
  padding: 0 1.5em 0 0;
}
.section-8 .btn span::before{
  background-size: 30px;
  width: 30px;
  height: 30px;
  right: 0;
}
.section-8 .btn span::after{
    background-size: 13px;
    width: 11px;
    height: 13px;
    right: 7px;
}


@media (max-width: 1280px) {
  .section-8 .page_title {
    padding-bottom: 10px;
    width: fit-content;
  }

  .section-8 h3 {
    font-size: 45px;
    color: white;
    margin-left: 100px;
    line-height: 1.5;
    font-weight: 400;
  }
  .section-8 button {
    margin-top: 48px;
    margin-left: 100px;
    border: none;
  }
}
@media (max-width: 960px) {
  .section-8 .page_title {
    padding-bottom: 10px;
    width: fit-content;
    font-size: min(24vw, 122px);
  }

  .section-8 .section-8_text {
    color: white;
    font-weight: 400;
    font-size: min(8vw, 38px);
  }

  .section-8 button {
    margin-top: 48px;
    margin-left: 80px;
    border: none;
    width: fit-content;
    padding-inline: 48px;
    gap: 16px;
    padding-block: 16px !important;
    height: 55px;
  }
  .section-8 button p {
    font-size: 16px;
    margin-top: 16px;
  }
  .section-8 .btn{
    padding: 16px 40px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .section-8 .btn span{
    font-size: 24px;
    padding: 0 2em 0 0;
  }


}

@media (max-width: 768px) {
  .section-8 {
      background-image: url("../image/recruit/entry_bg_sp.png");
      background-repeat: no-repeat;
      display: flex;
      justify-content: end;
      padding: 31vh 20px 40px;
  }
  .section-8 .section-8-content {
      align-items: flex-start;
      justify-content: flex-end;
  }
  .section-8 .title_sub {
    padding-bottom: 10px;

    width: fit-content;
    margin-top: 150px;
    margin-left: 0px;
    margin-inline: 10px;
    font-size: 90px;
  }
  .section-8 button {
    margin-top: 48px;
    margin-left: 0px;
    margin-inline: 10px;
    border: none;
  }

  .section-8 h3 {
    font-size: 28px;
    color: white;
    margin-left: 0px;
    font-weight: 400;
    margin-inline: 10px;
    line-height: 1.5;
  }
  .section-8 .btn {
    padding: 12px 24px;
  }
  .section-8 .btn span{
    font-size: 22px;
  }
}