@media screen and (max-width: 420px) {
  .ourChallanges {
    width: 100%;
    padding-bottom: 30px;
  }
  .ourChallanges .whatChallange {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .ourChallanges .whatChallange .challanges {
    width: 45%;
    height: 250px;
    margin: 20px auto;
    text-align: center;
    border: solid 1px #f1f1f1;
    cursor: pointer;
  }
  .ourChallanges .whatChallange .challanges:hover{
    background-color: #00a1ea;
    color: white;
    animation: challangesUp 1s forwards;
  }
  .ourChallanges .whatChallange .challanges:hover span:last-child{
    color: white;
  }
  @keyframes challangesUp {
    0%{
      margin-top: 20px;
    }
    100%{
      margin-top: 0px;
    }
  }
  .ourChallanges .whatChallange .challanges img {
    margin-top: 20px;
  }
  .ourChallanges .whatChallange .challanges span {
    display: block;
    font-size: 15px;
    width: 90%;
    margin: 10px auto;
  }
  .ourChallanges .whatChallange .challanges span:last-child {
    font-size: 12px;
    color: #666666;
  }
  .ourChallanges .misunderstanding {
    width: 100%;
    margin: 30px auto;
  }
  .ourChallanges .misunderstanding .misunderstandings {
    width: 90%;
    margin: 10px auto;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle {
    margin-bottom: 20px;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle span {
    display: inline;
    font-size: 14px;
    color: #01a3e9;
    margin-left: 10px;
  }
  .ourChallanges .misunderstanding .misunderstandings span {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
  }
  .spcial {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 30px;
  }
  .spcial .spcialone {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .spcial .spcialone .whatSpcial {
    width: 90%;
    margin-top: 20px;
    overflow: hidden;
  }
  .spcial .spcialone .whatSpcial img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    float: left;
    
  }
  .spcial .spcialone .whatSpcial .spaciltext {
    margin-left: 20px;
    float: left;
    width: calc(100% - 80px);
  }
  .spcial .spcialone .whatSpcial .spaciltext span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
  }
  .spcial .spcialone .whatSpcial .spaciltext span:first-child {
    font-size: 15px;
    color: #00a0e7;
    margin-bottom: 10px;
  }
  .bestproduct {
    width: 100%;
    padding-bottom: 30px;

  }
  .bestproduct .products {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .bestproduct .products .goodservice {
    width: 45%;
    margin: 20px auto;
    text-align: center;
  }
  .bestproduct .products .goodservice img {
    width: 100px;
  }
  .bestproduct .products .goodservice span {
    display: block;
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .bestproduct .products .goodservice span:last-child {
    font-size: 12px;
    color: #666666;
    margin-top: 20px;
  }
  .levels {
    width: 100%;
    background-color: #f1f1f1;
  }
  .levels table {
    width: 90%;
    margin: 20px auto;
    background-color: #a8a8a8;
  }
  .levels table tr {
    height: 45px;
  }
  .levels table tr td {
    text-align: center;
    line-height: 45px;
    border: solid 0.5px white;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }
  .levels table tr td:hover{
    background-color: #00a1ea;
  }
  .levels table .head {
    background-color: #606060;
  }
  .levels table .head td {
    font-size: 16px;
  }
  .levels .remarks {
    width: 90%;
    margin: 0 auto;
  }
  .levels .remarks span {
    font-size: 12px;
    color: #666666;
  }
  .benefit {
    width: 100%;
    padding: 10px 0;
  }
  .benefit .benefits {
    width: 90%;
    margin: 0 auto;
  }
  .benefit .benefits .whatlind {
    margin-top: 20px;
  }
  .benefit .benefits .whatlind span {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 25px;
  }
  .benefit .benefits .whatlind .benefitTitle {
    margin-bottom: 10px;
  }
  .benefit .benefits .whatlind .benefitTitle span {
    display: inline;
    font-size: 15px;
    color: #01a3e9;
  }
}
@media screen and (max-width: 769px) and (min-width: 420px) {
  .ourChallanges {
    width: 100%;
    padding-bottom: 30px;
  }
  .ourChallanges .whatChallange {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .ourChallanges .whatChallange .challanges {
    width: 45%;
    height: 300px;
    margin: 20px auto;
    text-align: center;
    border: solid 1px #f1f1f1;
    cursor: pointer;
  }
  .ourChallanges .whatChallange .challanges:hover{
    background-color: #00a1ea;
    color: white;
    animation: challangesUp 1s forwards;
  }
  .ourChallanges .whatChallange .challanges:hover span:last-child{
    color: white;
  }
  @keyframes challangesUp {
    0%{
      margin-top: 20px;
    }
    100%{
      margin-top: 0px;
    }
  }
  .ourChallanges .whatChallange .challanges img {
    margin-top: 30px;
  }
  .ourChallanges .whatChallange .challanges span {
    display: block;
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
  }
  .ourChallanges .whatChallange .challanges span:last-child {
    font-size: 14px;
    color: #666666;
  }
  .ourChallanges .misunderstanding {
    width: 100%;
    margin: 30px auto;
  }
  .ourChallanges .misunderstanding .misunderstandings {
    width: 90%;
    margin: 10px auto;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle {
    margin-bottom: 20px;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle span {
    display: inline;
    font-size: 16px;
    color: #01a3e9;
    margin-left: 10px;
  }
  .ourChallanges .misunderstanding .misunderstandings span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
  }
  .spcial {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 30px;
  }
  .spcial .spcialone {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .spcial .spcialone .whatSpcial {
    width: 90%;
    display: flex;
    margin-top: 20px;
  }
  .spcial .spcialone .whatSpcial img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
  }
  .spcial .spcialone .whatSpcial .spaciltext {
    margin-left: 20px;
  }
  .spcial .spcialone .whatSpcial .spaciltext span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
  }
  .spcial .spcialone .whatSpcial .spaciltext span:first-child {
    font-size: 17px;
    color: #00a0e7;
    margin-bottom: 10px;
  }
  .bestproduct {
    width: 100%;
    padding-bottom: 30px;

  }
  .bestproduct .products {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .bestproduct .products .goodservice {
    width: 45%;
    margin: 20px auto;
    text-align: center;
  }
  .bestproduct .products .goodservice span {
    display: block;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .bestproduct .products .goodservice span:last-child {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
  }
  .levels {
    width: 100%;
    background-color: #f1f1f1;
  }
  .levels table {
    width: 90%;
    margin: 30px auto;
    background-color: #a8a8a8;
  }
  .levels table tr {
    height: 45px;
  }
  .levels table tr td {
    text-align: center;
    line-height: 45px;
    border: solid 0.5px white;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }
  .levels table tr td:hover{
    background-color: #00a1ea;
  }
  .levels table .head {
    background-color: #606060;
  }
  .levels table .head td {
    font-size: 16px;
  }
  .levels .remarks {
    width: 90%;
    margin: 0 auto;
  }
  .levels .remarks span {
    font-size: 12px;
    color: #666666;
  }
  .benefit {
    width: 100%;
    padding: 30px 0;
  }
  .benefit .benefits {
    width: 90%;
    margin: 0 auto;
  }
  .benefit .benefits .whatlind {
    margin-top: 20px;
  }
  .benefit .benefits .whatlind span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }
  .benefit .benefits .whatlind .benefitTitle {
    margin-bottom: 10px;
  }
  .benefit .benefits .whatlind .benefitTitle span {
    display: inline;
    font-size: 18px;
    color: #01a3e9;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .ourChallanges {
    width: 100%;
    padding-bottom: 30px;
  }
  .ourChallanges .whatChallange {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .ourChallanges .whatChallange .challanges {
    width: 280px;
    height: 300px;
    margin: 20px 10px;
    text-align: center;
    border: solid 1px #f1f1f1;
    cursor: pointer;
  }
  .ourChallanges .whatChallange .challanges:hover{
    background-color: #00a1ea;
    color: white;
    animation: challangesUp 1s forwards;
  }
  .ourChallanges .whatChallange .challanges:hover span:last-child{
    color: white;
  }
  @keyframes challangesUp {
    0%{
      margin-top: 20px;
    }
    100%{
      margin-top: 0px;
    }
  }
  .ourChallanges .whatChallange .challanges img {
    margin-top: 30px;
  }
  .ourChallanges .whatChallange .challanges span {
    display: block;
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
  }
  .ourChallanges .whatChallange .challanges span:last-child {
    font-size: 14px;
    color: #666666;
  }
  .ourChallanges .misunderstanding {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
  }
  .ourChallanges .misunderstanding .misunderstandings {
    width: 45%;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle {
    margin-bottom: 20px;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle span {
    display: inline;
    font-size: 16px;
    color: #01a3e9;
    margin-left: 10px;
  }
  .ourChallanges .misunderstanding .misunderstandings span {
    display: block;
    font-size: 14px;
    color: #666666;
    width: 90%;
    line-height: 20px;
  }
  .spcial {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 30px;
  }
  .spcial .spcialone {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .spcial .spcialone .whatSpcial {
    width: 45%;
    height: 250px;
    display: flex;
    margin-top: 20px;
  }
  .spcial .spcialone .whatSpcial img {
    width: 114px;
    height: 114px;
    vertical-align: middle;
  }
  .spcial .spcialone .whatSpcial .spaciltext {
    margin-left: 20px;
  }
  .spcial .spcialone .whatSpcial .spaciltext span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
  }
  .spcial .spcialone .whatSpcial .spaciltext span:first-child {
    font-size: 17px;
    color: #00a0e7;
    margin-bottom: 10px;
  }
  .bestproduct {
    width: 100%;
    padding-bottom: 30px;

  }
  .bestproduct .products {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .bestproduct .products .goodservice {
    width: 280px;
    margin: 20px 10px;
    text-align: center;
    padding: 20px 0;
  }
  .bestproduct .products .goodservice:hover{
    box-shadow: 5px 5px 10px #888888;
  }
  .bestproduct .products .goodservice span {
    display: block;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .bestproduct .products .goodservice span:last-child {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
  }
  .levels {
    width: 100%;
    background-color: #f1f1f1;
  }
  .levels table {
    width: 90%;
    margin: 30px auto;
    background-color: #a8a8a8;
  }
  .levels table tr {
    height: 45px;
  }
  .levels table tr td {
    text-align: center;
    line-height: 45px;
    border: solid 0.5px white;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }
  .levels table tr td:hover{
    background-color: #00a1ea;
  }
  .levels table .head {
    background-color: #606060;
  }
  .levels table .head td {
    font-size: 16px;
  }
  .levels .remarks {
    width: 90%;
    margin: 0 auto;
  }
  .levels .remarks span {
    font-size: 12px;
    color: #666666;
  }
  .benefit {
    width: 100%;
    padding: 30px 0;
  }
  .benefit .benefits {
    width: 90%;
    margin: 0 auto;
  }
  .benefit .benefits .whatlind {
    margin-top: 20px;
  }
  .benefit .benefits .whatlind span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }
  .benefit .benefits .whatlind .benefitTitle {
    margin-bottom: 10px;
  }
  .benefit .benefits .whatlind .benefitTitle span {
    display: inline;
    font-size: 18px;
    color: #01a3e9;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ourChallanges {
    width: 100%;
    padding-bottom: 30px;
  }
  .ourChallanges .whatChallange {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .ourChallanges .whatChallange .challanges {
    width: 280px;
    height: 300px;
    margin: 20px 10px;
    text-align: center;
    border: solid 1px #f1f1f1;
    cursor: pointer;
  }
  .ourChallanges .whatChallange .challanges:hover{
    background-color: #00a1ea;
    color: white;
    animation: challangesUp 1s forwards;
  }
  .ourChallanges .whatChallange .challanges:hover span:last-child{
    color: white;
  }
  @keyframes challangesUp {
    0%{
      margin-top: 20px;
    }
    100%{
      margin-top: 0px;
    }
  }
  .ourChallanges .whatChallange .challanges img {
    margin-top: 30px;
  }
  .ourChallanges .whatChallange .challanges span {
    display: block;
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
  }
  .ourChallanges .whatChallange .challanges span:last-child {
    font-size: 14px;
    color: #666666;
  }
  .ourChallanges .misunderstanding {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
  }
  .ourChallanges .misunderstanding .misunderstandings {
    width: 45%;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle {
    margin-bottom: 20px;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle span {
    display: inline;
    font-size: 16px;
    color: #01a3e9;
    margin-left: 10px;
  }
  .ourChallanges .misunderstanding .misunderstandings span {
    display: block;
    font-size: 14px;
    color: #666666;
    width: 90%;
    line-height: 20px;
  }
  .spcial {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 50px;
  }
  .spcial .spcialone {
    width: 100%;
    margin:  0 auto;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
  }
  .spcial .spcialone .whatSpcial {
    width: 23%;
    margin: 30px 1%;
    text-align: center;
    border: solid 1px #e5e5e5;
    padding-bottom: 30px;
    cursor: pointer;
  }
  .spcial .spcialone .whatSpcial:hover{
    box-shadow: 0 0 10px #666666;
  }
  .spcial .spcialone .whatSpcial img {
    width: 114px;
    height: 114px;
    vertical-align: middle;
    margin-top: 20px;
  }
  .spcial .spcialone .whatSpcial .spaciltext {
    width: 95%;
    margin: 0 auto;
  }
  .spcial .spcialone .whatSpcial .spaciltext span {
    display: block;
    text-align: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    
  }
  .spcial .spcialone .whatSpcial .spaciltext span:first-child {
    font-size: 17px;
    color: #00a0e7;
    margin-bottom: 10px;
    text-align: center;
    margin: 20px 0;
  }
  .bestproduct {
    width: 100%;
    padding-bottom: 30px;

  }
  .bestproduct .products {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .bestproduct .products .goodservice {
    width: 280px;
    margin: 20px 10px;
    text-align: center;
    padding: 20px 0;
  }
  .bestproduct .products .goodservice:hover{
    box-shadow: 5px 5px 10px #888888;
  }
  .bestproduct .products .goodservice span {
    display: block;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .bestproduct .products .goodservice span:last-child {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
  }
  .levels {
    width: 100%;
    background-color: #f1f1f1;
  }
  .levels table {
    width: 90%;
    margin: 30px auto;
    background-color: #a8a8a8;
  }
  .levels table tr {
    height: 45px;
  }
  .levels table tr td {
    text-align: center;
    line-height: 45px;
    border: solid 0.5px white;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }
  .levels table tr td:hover{
    background-color: #00a1ea;
  }
  .levels table .head {
    background-color: #606060;
  }
  .levels table .head td {
    font-size: 16px;
  }
  .levels .remarks {
    width: 90%;
    margin: 0 auto;
  }
  .levels .remarks span {
    font-size: 12px;
    color: #666666;
  }
  .benefit {
    width: 100%;
    padding: 30px 0;
  }
  .benefit .benefits {
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
  .benefit .benefits .whatlind {
    margin-top: 20px;
    width: 50%;
  }
  .benefit .benefits .whatlind span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }
  .benefit .benefits .whatlind .benefitTitle {
    margin-bottom: 10px;
  }
  .benefit .benefits .whatlind .benefitTitle span {
    display: inline;
    font-size: 18px;
    color: #01a3e9;
  }
}
@media screen and (min-width: 1200px) {
  .ourChallanges {
    width: 100%;
    padding-bottom: 30px;
  }
  .ourChallanges .whatChallange {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .ourChallanges .whatChallange .challanges {
    width: 280px;
    height: 300px;
    margin: 20px 10px;
    text-align: center;
    border: solid 1px #f1f1f1;
    cursor: pointer;
  }
  .ourChallanges .whatChallange .challanges:hover{
    background-color: #00a1ea;
    color: white;
    animation: challangesUp 1s forwards;
  }
  .ourChallanges .whatChallange .challanges:hover span:last-child{
    color: white;
  }
  @keyframes challangesUp {
    0%{
      margin-top: 20px;
    }
    100%{
      margin-top: 0px;
    }
  }
  .ourChallanges .whatChallange .challanges img {
    margin-top: 30px;
  }
  .ourChallanges .whatChallange .challanges span {
    display: block;
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
  }
  .ourChallanges .whatChallange .challanges span:last-child {
    font-size: 14px;
    color: #666666;
  }
  .ourChallanges .misunderstanding {
    width: 1200px;
    margin: 30px auto;
    padding-left: 15px;
    display: flex;
  }
  .ourChallanges .misunderstanding .misunderstandings {
    width: 50%;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle {
    margin-bottom: 20px;
  }
  .ourChallanges .misunderstanding .misunderstandings .misTitle span {
    display: inline;
    font-size: 16px;
    color: #01a3e9;
    margin-left: 10px;
  }
  .ourChallanges .misunderstanding .misunderstandings span {
    display: block;
    font-size: 14px;
    color: #666666;
    width: 90%;
    line-height: 25px;
  }
  .spcial {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 50px;
  }
  .spcial .spcialone {
    width: 1200px;
    margin:  0 auto;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
  }
  .spcial .spcialone .whatSpcial {
    width: 23%;
    margin: 30px 1%;
    text-align: center;
    border: solid 1px #e5e5e5;
    padding-bottom: 30px;
    cursor: pointer;
  }
  .spcial .spcialone .whatSpcial:hover{
    box-shadow: 0 0 10px #666666;
  }
  .spcial .spcialone .whatSpcial img {
    width: 114px;
    height: 114px;
    vertical-align: middle;
    margin-top: 20px;
  }
  .spcial .spcialone .whatSpcial .spaciltext {
    width: 95%;
    margin: 0 auto;
  }
  .spcial .spcialone .whatSpcial .spaciltext span {
    display: block;
    text-align: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    
  }
  .spcial .spcialone .whatSpcial .spaciltext span:first-child {
    font-size: 17px;
    color: #00a0e7;
    margin-bottom: 10px;
    text-align: center;
    margin: 20px 0;
  }
  .bestproduct {
    width: 100%;
    padding-bottom: 30px;

  }
  .bestproduct .products {
    width: 1200px;
    margin: 50px auto;
    display: flex;
  }
  .bestproduct .products .goodservice {
    width: 280px;
    margin: 20px 10px;
    text-align: center;
    padding: 20px 0;
  }
  .bestproduct .products .goodservice:hover{
    box-shadow: 5px 5px 10px #888888;
  }
  .bestproduct .products .goodservice span {
    display: block;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .bestproduct .products .goodservice span:last-child {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
  }
  .levels {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 30px;
  }
  .levels table {
    width: 1200px;
    margin: 30px auto 10px auto;
    background-color: #a8a8a8;
  }
  .levels table tr {
    height: 45px;
  }
  .levels table tr td {
    text-align: center;
    line-height: 45px;
    border: solid 0.5px white;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }
  .levels table tr td:hover{
    background-color: #00a1ea;
  }
  .levels table .head {
    background-color: #606060;
  }
  .levels table .head td {
    font-size: 16px;
  }
  .levels .remarks {
    width: 1200px;
    margin: 0 auto;
  }
  .levels .remarks span {
    font-size: 12px;
    color: #666666;
  }
  .benefit {
    width: 100%;
  }
  .benefit .benefits {
    width: 1200px;
    margin: 60px auto;
    display: flex;
  }
  .benefit .benefits .whatlind {
    margin-top: 20px;
    width: 50%;
  }
  .benefit .benefits .whatlind span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }
  .benefit .benefits .whatlind .benefitTitle {
    margin-bottom: 10px;
  }
  .benefit .benefits .whatlind .benefitTitle span {
    display: inline;
    font-size: 18px;
    color: #01a3e9;
  }
}
