h2 {
  color: #e25b5b;
  font-weight: 600;
  font-size: 25px;
}

.table {
  text-align: center;
  padding-top: 20px;
}

.th {
  font-weight: 600;
  height: 50px;
  border: 1px solid #fff;
  padding: 2px;
}

.td {
  font-size: 14px;
  height: 50px;
  border: 1px solid #fff;
  padding: 2px;
}

.tr {
  text-align: left;
}

.th_1 {
  width: 40px;
}

.th_2 {
  width: 60px;
}

.th_3 {
  width: 120px;
}

.img {
  margin-top: 10px;
  width: 400px;
  height: PROP;
}

.tds {
  border: 1px solid #fff;
  width: 10%;
}

.tables {
  margin-top: 10px;
  text-align: center;
}

.img_title {
  font-size: 12px;
  text-align: right;
}

.intro-box {
  display: flex;
}

.intro-img img {
  height: 650px;
  width: PROP;
}

.intro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0px 10px 10px 20px;
}

.label-text {
  font-size: 13px;
  color: #000;
  line-height: 16px;
  width: max-content;
  max-width: 900px;
  white-space: normal;
  margin: 5px;
}

.label-text-title {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.label-min {
  line-height: 20px;
}

@media (max-width: 800px) {
  .intro-box {
    display: flex;
  }

  .intro-img img {
    height: 350px;
    width: PROP;
  }

  .intro-text {
    display: none;
  }
  /*	.intro-text{
		font-size: 10px;
		color: #fff;
		line-height: 12px;	
		padding: 40px 5px 5px 10px ;
		overflow-y: scroll;
	}
*/
  .label-text {
    width: max-content;
    max-width: 350px;
    white-space: normal;
    font-size: 10px;
    color: #000;
    line-height: 11px;
  }
}
