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

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

.myContent {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 24px;
  padding-top:160px;
}
.myContent .bigTitle {
  /* color: #13C5DD; */
  color: #8ac340;

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

.myContent .line {
  font-size: 20px;
  padding-bottom: 16px;
  line-height: 1.5;
  text-align: justify;
}
.myContent .line_2 {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1.5;
  text-indent: 2em;
  text-align: justify;
}

.myContent .img img {
  max-width: 90%;
  width: 680px;
  margin: 16px auto;
}

.myContent .img .describe {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 16px;
}

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