/* 2021 about */
.aboutus_title_wrap {
    margin-top: 30px;
    width: 100%;
  }
  .aboutus_title_wrap div {
    display: inline-block;
  }
  .aboutus_title {
    font-size: 35px;
    letter-spacing: 3px;
    color: var(--help-hot_League-color);
    font-weight: bold;
  }
  .aboutus_btn_wrap {
    float: right;
    margin-right: -10px;
    margin-top: 5px;
  }
  .aboutus_btn_wrap button {
    border: none;
    width: 149px;
    height: 38px;
    font-size: 16px;
    color: white;
    letter-spacing: 2px;
    margin-right: 10px;
    border-radius: 40px;
    background: var(--help-rules_btn-bg);
  }
  .aboutus_pic {
    background: var(--about-us-pic);
    background-size: cover;
    width: 1200px;
    height: 430px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .aboutus_2nd_title {
    text-align: center;
    color: #0091ea;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 20px 0px 20px 0px;
  }
  .aboutus_content_text {
    color: var(--help-hot_League-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
  }
  .aboutus_content_text section{
    margin: 30px auto;
  
  }
  .aboutus_content_text span {
    color: #ff0000;
    float: right;
  }
  .aboutus_list {
    text-align: left;
  }
  .aboutus_block_wrap {
    margin: 40px 0px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  .aboutus_block {
    position: relative;
    display: inline-block;
    background-color: white;
    width: 30%;
    padding: 30px 20px 60px;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 56px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(135, 148, 148, 0.3),
      -2px -2px 5px 2px rgba(135, 148, 148, 0.3);
    box-shadow: 2px 2px 5px 2px rgba(135, 148, 148, 0.3),
      -2px -2px 5px 2px rgba(135, 148, 148, 0.3);
  }
  .aboutus_block_last {
    margin-right: 0px;
  }
  .aboutus_block_title div {
    display: inline-block;
  }
  /* 2021 about END */