/* โครงสร้าง recapture */
.recapture{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;       
  background: #e3e1e2;
  margin: 0;
 /* min-height: 100vh;*/

  /* ระยะห่างจากขอบเพจ */
  padding-left: 96px;      /* 1 นิ้ว */
  padding-right: 96px;     /* 1 นิ้ว */
}
.recapture-salute {
    white-space: normal;   /* อนุญาตให้ตัดบรรทัด */
    line-height: 1.6;      /* ระยะห่างสวยขึ้น */
}
.recapture-paragraph {
	 font-style: italic;
}
.recapture-salute,.recapture-sign,.recapture-motto,.recapture-sign-center,.recapture-motto-poem{
    font-weight: 600; /* หนาขึ้นเล็กน้อย (กลางๆ) */
}

.recapture-inner {
  max-width: 970px;
  width: 100%;

  /* สีปกติที่นัตต้าต้องการ */
  background-color: #e3e1e2;
  color: #24466c;

  /* เอากรอบออก */
  border: none;
  padding: 2rem 2.5rem;
  box-shadow: none;
  font-family: "TH Sarabun New", "Sarabun", sans-serif;
}
h2.recapture-title-poem {
  margin-top: 0px;
  text-align: center;
  font-size: 1.8rem;
  color: #24466c;
  margin-bottom: 1.5rem;
}
/* หัวข้อ */
.recapture-sign {
  text-align: right;
  margin-top: 2rem;
 
  margin-left: 96px;   /* 1 นิ้ว */
  font-size: 1.2rem;
  line-height: 1.6;
}
.recapture-sign p{
    white-space: nowrap;
}
.recapture-sign-center p{
    white-space: nowrap;
}
.recapture-sign-center{
  text-align:right ;
  margin-top: 1.5rem;
  margin-left: 96px;   /* 1 นิ้ว */
  font-size: 1.2rem;
  line-height: 1.6;
  margin-right: 20px;
}
.recapture-motto{
	text-align: center;
	 padding-top: 96px;
	 padding-bottom: 20px;
}
.recapture-motto-poem{
	text-align: center;
	 padding-top: 50px;
}
.recapture-poem {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  font-style: italic;
}
/*--แถลง--*/
.statement-sign {
  text-align: right;
  margin-top: 2rem;
 
  margin-right: 100px;   /* 1 นิ้ว */
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 600;
}
.statement-sign p{
    white-space: nowrap;
}
.statement-sign-center p{
    white-space: nowrap;
}
.statement-sign-center{
 text-align:right ;
  margin-top: 1.5rem;
  margin-right: 90px;   /* 1 นิ้ว */
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 600;
}
h2.statement-title ,.committee-title{
  text-align: center;
  font-size: 1.8rem;
  color: #24466c;
  margin-bottom: 1.5rem;
  margin: 0;
}
.wefight-col--right{
	text-align:center
}
.no-wrap {
    white-space: nowrap;
}

/*--Responsive--*/
@media (max-width: 768px) {

  .recapture {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recapture-inner {
    padding: 1.2rem 1rem;
  }

  h2.recapture-title-poem,
  h2.statement-title,
  .committee-title {
    font-size: 1.5rem;
  }

  .recapture-salute {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .recapture-paragraph {
    font-size: 1.1rem;
  }

  /* ลายเซ็น recapture */
  .recapture-sign,
  .recapture-sign-center {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    font-size: 1.1rem;
  }

  /* คำขวัญ */
  .recapture-motto,
  .recapture-motto-poem {
    padding-top: 40px;
    font-size: 1.2rem;
  }

  /* บทกวี */
  .recapture-poem {
    font-size: 1.1rem;
    padding: 0 10px;
  }

  /* แถลง */
  .statement-sign,
  .statement-sign-center {
    margin-right: 0;
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {

  .recapture {
    padding-left: 48px;
    padding-right: 48px;
  }

  .recapture-inner {
    padding: 1.8rem 1.5rem;
  }

  .recapture-sign,
  .recapture-sign-center {
    margin-left: 48px;
    margin-right: 10px;
    font-size: 1.2rem;
  }

  .recapture-motto,
  .recapture-motto-poem {
    padding-top: 70px;
  }

  .statement-sign,
  .statement-sign-center {
    margin-right: 50px;
    font-size: 1.2rem;
  }
}

