* {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* *::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
} */

.bg_1 {
  background-color: #e8fdff;
  background-image: url(../img/bg_1.png);
}

.bg_2 {
  background-color: #fffcde;
  background-image: url(../img/bg_2.png);
}

.bg_3 {
  background-color: #fff3f6;
  background-image: url(../img/bg_3.png);
}

.kv_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 810px;
  background-image: url(../img/kv_bg.png);
  background-position: center;
}

.curved {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.curved_left {
  padding: 100px 0 0;
}

.curved_right {
  padding: 100px 0 0;
  position: relative;
}

.kv_title {
  max-width: 674px;
  padding: 80px 0 0;
}

.kv_title img {
  width: 100%;
}

.date {
  font-size: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f58c9e+0,f2697b+100 */
  background: #f58c9e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f58c9e 0%, #f2697b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f58c9e 0%, #f2697b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f58c9e 0%, #f2697b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58c9e', endColorstr='#f2697b', GradientType=0);
  /* IE6-9 */
  border: 3px solid #fff;
  border-radius: 100px;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  margin: 15px 0 0;
}
.kv_text {
  color: #0f4a91;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
  margin: 15px 0 0;
}
.kv_text span {
  color: #ff6c85;
}
.star1 {
  width: 21px;
  position: absolute;
  top: 370px;
  -webkit-animation: play_2 1s infinite alternate;
  animation: play_2 1s infinite alternate;
  opacity: 0;
}
.star2 {
  width: 10px;
  position: absolute;
  top: 320px;
  left: 31px;
  -webkit-animation: play_2 1s infinite alternate;
  animation: play_2 1s infinite alternate;
  opacity: 0;
}
.star3 {
  width: 20px;
  position: absolute;
  top: 141px;
  left: 147px;
  -webkit-animation: play_2 1.4s 1s infinite alternate;
  animation: play_2 1.4s 1s infinite alternate;
  opacity: 0;
}
.star4 {
  width: 14px;
  position: absolute;
  top: 220px;
  left: 280px;
  -webkit-animation: play_2 1.2s 1s infinite alternate;
  animation: play_2 1.2s 1s infinite alternate;
  opacity: 0;
}
.star5 {
  width: 17px;
  position: absolute;
  top: 320px;
  left: 291px;
  -webkit-animation: play_2 1.5s 1s infinite alternate;
  animation: play_2 1.5s 1s infinite alternate;
  opacity: 0;
}
.star6 {
  width: 10px;
  position: absolute;
  top: 220px;
  left: 400px;
  -webkit-animation: play_2 1.6s infinite alternate;
  animation: play_2 1.6s infinite alternate;
  opacity: 0;
}
.star7 {
  width: 14px;
  position: absolute;
  top: 150px;
  left: 450px;
  -webkit-animation: play_2 1.7s 1s infinite alternate;
  animation: play_2 1.7s 1s infinite alternate;
  opacity: 0;
}

@-webkit-keyframes play_2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes play_2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.coin {
}
.coin1 {
  position: absolute;
  top: 200px;
}
.coin2 {
  position: absolute;
  top: 250px;
  left: 308px;
}
.coin3 {
  position: absolute;
  top: 150px;
  left: 341px;
}
.coin4 {
  position: absolute;
  top: 350px;
  left: 441px;
}
.star img {
  width: 100%;
}
.pading {
  padding: 50px 0;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.title {
  position: relative;
  width: 100%;
}

.title h2 {
  color: #fff;
  background-color: #3477b9;
  display: inline-block;
  padding: 5px 30px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.title_line {
  position: absolute;
  width: 100%;
  background-color: #3477b9;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.join_txt {
  font-size: 0;
  padding: 10px 0;
}

.join_txt h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.join_title_icon {
  display: inline-block;
  vertical-align: middle;
}

.join_txt h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  text-align: center;
  color: #3477b9;
  font-size: 28px;
  font-weight: bold;
}

.join_detailed {
  display: inline-block;
  vertical-align: middle;
  color: #515151;
  font-size: 21px;
  line-height: 1.5;
}

.join_img {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.join {
  padding: 40px 0 0;
}
.join_img img {
  width: 100%;
}

.award {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.award li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.award_img {
  margin: 0 auto;
  text-align: center;
}

.award_text {
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #f6697c;
  line-height: 1.5;
}

.award_text span {
  display: block;
  color: #bb8686;
  font-size: 14px;
  font-weight: normal;
}

.bg_y {
  background-image: url(../img/bg_y.png);
  margin: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_y_2 {
  background-image: url(../img/bg_y_2.png);
  margin: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
}

.login {
  text-align: left;
  width: 950px;
  margin: 0 auto;
  padding: 100px 0;
}

.login_row {
  padding: 10px;
}

.step {
  display: inline-block;
}

.step_text {
  padding: 0 10px;
  display: inline-block;
  font-size: 28px;
  color: #3477b9;
  font-weight: bold;
  width: 300px;
}

.step_input {
  display: inline-block;
}

.login_btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #fea93a;
  border-radius: 10px;
  -moz-box-shadow: 0px 8px 0px #ee823a;
  -webkit-box-shadow: 0px 8px 0px #ee823a;
  box-shadow: 0px 8px 0px #ee823a;
}

.input_left {
  width: 100px;
  height: 45px;
  border: 2px solid #85bcf2;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
}

.input_right {
  height: 45px;
  border: 2px solid #85bcf2;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
}

.input_file {
  padding: 10px;
  border: 2px solid #85bcf2;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
}

.login_row label {
  width: 100%;
  text-align: center;
  font-size: 21px;
  color: #515151;
}

.complete {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #528cc5;
  border-radius: 10px;
  -moz-box-shadow: 0px 8px 0px #1f63a7;
  -webkit-box-shadow: 0px 8px 0px #1f63a7;
  box-shadow: 0px 8px 0px #1f63a7;
  width: 250px;
  margin: 15px auto;
  text-align: center;
  cursor: pointer;
}

.bg_color_w {
  background-color: #fff;
  border-radius: 10px;
  width: 1400px;
  margin: 0 auto;
  padding: 40px 0;
}

.matter {
  list-style: decimal-leading-zero;
  list-style: decimal-leading-zero;
  padding: 15px 0 15px 25px;
  text-align: justify;
  line-height: 1.8;
}

.matter li {
  padding: 0 0 15px;
  font-size: 16px;
  color: #515151;
}

.matter li span {
  color: #f6697c;
}

.winning_icon {
  display: inline-block;
}

.winning_title h3 {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #3477b9;
  font-size: 28px;
  font-weight: bold;
}

.winning_title .min_text {
  display: inline-block;
  color: #bb8686;
  font-size: 14px;
  font-weight: normal;
}

.winning_title {
  margin: 30px 0;
  position: relative;
}

.winning_btn {
  padding: 5px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #f6697c;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  width: 170px;
  margin: 0 auto;
}
.op_btn {
  position: absolute;
  right: 20px;
  top: 5px;
  cursor: pointer;
  font-size: 21px;
  color: #f6697c;
  z-index: 9;
}
.op_btn_icon {
  transform: rotate(180deg);
  transition: all 0.6s ease-in-out;
}
.winning_box {
  width: 100%;
  position: relative;
}
.op_js {
  display: none;
}
.winning_btn i {
  margin: 0 5px;
}

.winning_row {
  border-radius: 10px;
  border: 1px solid #75bde5;
  overflow: hidden;
  margin: 0 0 40px;
}

.winning_row_top {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.winning_row_top li {
  width: 50%;
  display: inline-block;
  vertical-align: text-top;
}

.winning_row_top li:nth-child(3) .winning_row_top_text {
  padding-left: 45px;
}

.winning_row_top li:nth-child(4) .winning_row_top_text {
  padding-right: 45px;
}

.winning_row_top li h4 {
  background-color: #fffbc4;
  border-bottom: 1px solid #75bde5;
  font-size: 24px;
  color: #3477b9;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.winning_line {
  border-right: 1px solid #75bde5;
}
.winning_row_top li .winning_row_top_text {
  width: 100%;
  /* padding: 10px 0; */
  text-align: center;
  font-size: 16px;
  color: #515151;
  border-bottom: 1px solid #75bde5;
  min-height: 85px;
}

.winning_row_top li .winning_row_top_text span {
  display: inline-block;
  padding: 5px 10px;
}

.winning_row_bottom {
  width: 100%;
  margin: 0;
  padding: 0;
}

.winning_row_bottom li h4 {
  background-color: #fffbc4;
  border-bottom: 1px solid #75bde5;
  font-size: 24px;
  color: #3477b9;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.winning_row_bottom li .winning_row_bottom_text {
  width: 100%;
  /* padding: 10px; */
  text-align: center;
  font-size: 16px;
  color: #515151;
  /* border-bottom: 1px solid #75BDE5; */
  min-height: 85px;
}

.winning_row_bottom li .winning_row_bottom_text span {
  display: inline-block;
  padding: 5px 10px;
}

.login_success {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #dbae72;
  border-radius: 10px;
  -moz-box-shadow: 0px 8px 0px #c98150;
  -webkit-box-shadow: 0px 8px 0px #c98150;
  box-shadow: 0px 8px 0px #c98150;
}

.fix_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgb(166 180 187 / 0.6);
  display: none;
}

.msg {
  width: 350px;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #ffc170;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);

  position: absolute;
}

.msg h3 {
  margin: 0;
  padding: 10px;
  background-color: #ffc170;
  text-align: center;
  font-size: 29px;
  color: #fff;
  font-weight: bold;
}

.msg_text {
  width: 100%;
  text-align: center;
}

.msg_row {
  padding: 10px 0;
  background-color: #fffff9;
}

.invoice {
  font-size: 30px;
  color: #f6697c;
  text-align: center;
  font-weight: bold;
}

.msg_btn {
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #fea93a;
  border-radius: 10px;
  -moz-box-shadow: 0px 8px 0px #ee823a;
  -webkit-box-shadow: 0px 8px 0px #ee823a;
  box-shadow: 0px 8px 0px #ee823a;
  cursor: pointer;
  width: 100px;
  text-align: center;
  margin: 10px auto;
  display: block;
}
.step_img {
}
.red_text {
  color: crimson;
  font-size: 14px;
  text-align: right;
}
.web {
}

.mo {
  display: none;
}
.awarded_popup{
text-align: center;
}
.awarded_popup a{
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-size:23px;
  font-weight: bold;
  background-color: #f6697c;
  border-radius: 10px;
  -moz-box-shadow: 0px 8px 0px #d5596a;
  -webkit-box-shadow: 0px 8px 0px #d5596a;
  box-shadow: 0px 8px 0px #d5596a;
  cursor: pointer;
  width: 250px;
  text-align: center;
  margin: 40px auto;
  display: block;
}
.fix_popup{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(49, 49, 49, 0.6);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.popup_main{
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 245px;
  width: 1170px;
  /* height: 600px; */
  background-color: #fff;
  border-radius: 10px;
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}
.popup_times{
  color: #f6697c;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.popup_row {
  width: 100%;
  padding: 20px;
  max-height: 600px;
  overflow-x: hidden;
}
.popup_text_df{
  width: 100%;
  text-align: center;
  font-size: 30px;
}
.winning_table{
  width: 100%;
}
.winning_table th{
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px;
}
.winning_table td{
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 10px;
  width: 33.33%;
}
@media (max-width: 1300px) {
  .curved {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .curved {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .main {
    width: 1000px;
    margin: 0 auto;
  }

  .bg_color_w {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

/* @media (max-width: 1000px) {
    .main {
        width: 800px;
        margin: 0 auto;
    }
} */

@media (max-width: 992px) {
  .winning_table td{
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 10px;
    width: initial;
  }
  .popup_main {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 245px;
    max-width: 600px;
    /* height: 600px; */
    background-color: #fff;
    border-radius: 10px;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    width: 100%;
}
  .red_text {
    color: crimson;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 5px 0;
  }
  .pading {
    padding: 20px 0;
  }

  .web {
    display: none;
  }

  .mo {
    display: block;
  }

  .main {
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
  }

  .join_img {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .award li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .award_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .award_img img {
    width: 100%;
  }
  .login {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
  }

  .login_row {
    padding: 10px 0 20px;
  }

  .step_text {
    padding: 0 10px;
    display: inline-block;
    font-size: 28px;
    color: #3477b9;
    font-weight: bold;
    width: 100%;
  }

  .input_right {
    height: 45px;
    border: 2px solid #85bcf2;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    width: 160px;
  }

  .input_file {
    padding: 10px;
    border: 2px solid #85bcf2;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .bg_y {
    background-image: initial;
    margin: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .bg_y_2 {
    background-image: initial;
    margin: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .step_input {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .step_text {
    padding: 15px 0;
    display: inline-block;
    font-size: 28px;
    color: #3477b9;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }

  .bg_color_w {
    background-color: inherit;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
  }

  .winning_title h3 {
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #3477b9;
    font-size: 21px;
    font-weight: bold;
  }

  .winning_btn {
    padding: 5px 20px;
    font-size: 20px;
    color: #fff;
    background-color: #f6697c;
    border-radius: 100px;
    position: relative;
    right: 0;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    margin: 15px 0;
  }

  .winning_row_top li {
    width: 100%;
    display: inline-block;
    vertical-align: text-top;
  }

  .winning_row_top li:nth-child(3) .winning_row_top_text {
    padding-left: 0px;
  }

  .winning_row_top li:nth-child(4) .winning_row_top_text {
    padding-right: 0px;
  }

  .winning_row_top li .winning_row_top_text {
    width: 100%;
    /* padding: 10px 0; */
    text-align: center;
    font-size: 16px;
    color: #515151;
    border-bottom: 1px solid #75bde5;
    min-height: inherit;
  }

  .join_txt h3 span {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;
    color: #3477b9;
    font-size: 28px;
    font-weight: bold;
  }

  .award_text span {
    display: block;
    color: #bb8686;
    font-size: 14px;
    font-weight: normal;
  }

  .msg {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 4px solid #ffc170;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
  }
  .kv_box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 810px;
    background-image: url(../img/kv_bg_m.png);
    background-position: center;
    background-size: cover;
  }
  .curved {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .curved_left {
    padding: 50px 10px 0;
  }
  .kv_text {
    color: #0f4a91;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
    margin: 20px 0 0;
  }
  .date {
    font-size: 20px;
    background: #f58c9e;
    background: -moz-linear-gradient(top, #f58c9e 0%, #f2697b 100%);
    background: -webkit-linear-gradient(top, #f58c9e 0%, #f2697b 100%);
    background: linear-gradient(to bottom, #f58c9e 0%, #f2697b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58c9e', endColorstr='#f2697b', GradientType=0);
    border: 3px solid #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    margin: 30px 0 0;
  }
  .curved_right {
    padding: 0px 0 0;
    position: relative;
  }
  .star1 {
    width: 21px;
    position: absolute;
    top: 180px;
    -webkit-animation: play_2 1s infinite alternate;
    animation: play_2 1s infinite alternate;
    opacity: 0;
    left: 25px;
  }
  .star2 {
    width: 10px;
    position: absolute;
    top: 120px;
    left: 61px;
    -webkit-animation: play_2 1s infinite alternate;
    animation: play_2 1s infinite alternate;
    opacity: 0;
  }
  .star3 {
    width: 15px;
    position: absolute;
    top: 141px;
    left: 100px;
    -webkit-animation: play_2 1.4s 1s infinite alternate;
    animation: play_2 1.4s 1s infinite alternate;
    opacity: 0;
  }
  .star4 {
    width: 14px;
    position: absolute;
    top: 10px;
    left: 100px;
    -webkit-animation: play_2 1.2s 1s infinite alternate;
    animation: play_2 1.2s 1s infinite alternate;
    opacity: 0;
  }
  .star5 {
    width: 13px;
    position: absolute;
    top: 96px;
    left: 256px;
    -webkit-animation: play_2 1.5s 1s infinite alternate;
    animation: play_2 1.5s 1s infinite alternate;
    opacity: 0;
  }
  .star6 {
    width: 15px;
    position: absolute;
    top: 0px;
    left: 288px;
    -webkit-animation: play_2 1.6s infinite alternate;
    animation: play_2 1.6s infinite alternate;
    opacity: 0;
  }
  .coin1 {
    position: absolute;
    top: 132px;
    left: 20px;
  }
  .coin2 {
    width: 35px;
    position: absolute;
    top: 45px;
    left: 50px;
  }
  .coin2 img {
    width: 100%;
  }
  .coin3 {
    width: 45px;
    position: absolute;
    top: 15px;
    left: inherit;
    right: 125px;
  }
  .coin3 img {
    width: 100%;
  }
  .coin4 {
    position: absolute;
    top: 89px;
    left: inherit;
    right: 20px;
  }
  .coin {
  }
  .winning_row_bottom li .winning_row_bottom_text {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    color: #515151;
    /* border-bottom: 1px solid #75BDE5; */
    min-height: 85px;
  }
  .winning_row_top li .winning_row_top_text {
    width: 100%;
    /* padding: 10px 0; */
    text-align: center;
    font-size: 15px;
    color: #515151;
    border-bottom: 1px solid #75bde5;
    min-height: inherit;
  }
  .join {
    padding: 0px 0 0;
  }
  .winning_line {
    border-right: 0px;
  }
  .winning_row_top li .winning_row_top_text span {
    display: inline-block;
    padding: 5px 5px;
  }
  .winning_row_bottom li .winning_row_bottom_text span {
    display: inline-block;
    padding: 5px 5px;
  }
  .winning_title .min_text {
    display: block;
    color: #bb8686;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
  .kv_title {
    max-width: 674px;
    padding: 57px 0 0;
  }
  .matter {
    list-style: decimal-leading-zero;
    list-style: decimal-leading-zero;
    padding: 25px 40px;
    text-align: justify;
    line-height: 1.8;
    background-color: #fff;
    border-radius: 10px;
  }
}
