@font-face {
  font-family: 'Times New Roman';
  src: url(../fonts/times_new_roman.ttf);
}

* {
  font-family: 'Times New Roman';
}

.myContent {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 24px;
  padding-top: 146px;
  box-sizing: border-box;
  padding-bottom: 5%;
}

.myContent .bigTitle {
  color: #13C5DD;
  font-size: 40px;
  text-align: center;
  margin-bottom: 32px;
}

.myContent .title {
  text-align: center;
  font-size: 40px;
  color: #13C5DD;
  margin: 0 0 32px;
}

.myContent .line {
  font-size: 20px;
  /* text-indent: 40px; */
  padding-bottom: 16px;
  line-height: 30px;
  word-break: break-word;
  text-align: justify;
}

.myContent .title_3 {
  font-size: 24px;
  /* text-indent: 40px; */
  line-height: 30px;
  word-break: break-word;
  text-align: justify;
  color: rgba(29, 42, 77, 0.8);
}

.myContent .line_2 {
  font-size: 20px;
  word-break: break-word;
  /* text-indent: 2em; */
}

.myContent .imgBox {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.myContent .imgBox .img {
  height: auto;
  display: flex;
  flex: 1;
}

.myContent .img img {
  max-width: 90%;
  margin: 16px auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.myContent .describe {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 16px;
  max-width: 60%;
  margin: auto;
}

.myContent .title_2 {
  font-weight: 700;
  line-height: 1.2;
  color: #1D2A4D;
  margin-bottom: 8px;
  font-size: 28px;
}