.bnz-box  {
    width: 100%;
}
.section_com_problem {
    /* max-width: 1320px; */
    margin: 5% auto;
  }
  .section_com_problem>h2 {
    color: #2958A3;
    font-family: "Noto Sans HK";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5%;
    text-align: center;
  }
  

  .accordion>div {
    border-bottom: 2px solid #2958A3 !important;
    box-sizing: border-box;
    padding: 20px 0;
  }

  .accordion>div:first-child {
    border-top: 2px solid #2958A3 !important;
  }

  .pro_title {
    position: relative;
  }

  .pro_title>i {
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    right: 0;
    margin: 0 !important;
  }

  .card-body {
    padding-bottom: 0 !important;
  }

  .card-body>p>span {
    color: #1b407a !important;
    font-size: 20px !important;
    margin-right: 5px;
    font-weight: 700;
  }

  /* 寮傝btn */
  .service-button {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .service-button-in {
    align-items: center;
    border-radius: 50px;
    display: flex;
    filter: drop-shadow(0 3px 0 #fff) drop-shadow(3px 0 0 #fff) drop-shadow(0 -3px 0 #fff) drop-shadow(-3px 0 0 #fff) drop-shadow(0 4px 3px rgba(0, 0, 0, .5));
    -webkit-filter: drop-shadow(0 3px 0 #fff) drop-shadow(3px 0 0 #fff) drop-shadow(0 -3px 0 #fff) drop-shadow(-3px 0 0 #fff) drop-shadow(0 4px 3px rgba(0, 0, 0, .5));
    justify-content: center;
    transition: all .3s
  }

  .service-button-in-icon {
    background: #f6f291;
    border-radius: 50%;
    padding: 30px 25px 20px;
    transition: all .3s;
    z-index: 2;
    position: absolute;
    left: -10%;

  }

  .service-button-in-icon svg {
    animation: iconAnim 3s linear infinite alternate;
    height: 95px;
    width: 95px
  }

  .service-button-in-icon.maculopathy {
    background: #AFDCD1;
  }

  .button-one {
    padding: 20px 30px !important;
  }

  .service-button-in-text.maculopathy {
    background: linear-gradient(270deg, #2CBCED 21.36%, #AEDBD0 80.45%), linear-gradient(270deg, #4FABE0 21.36%, #D8E9EA 80.45%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    box-sizing: border-box;
    padding: 20px 30px 20px 120px;
  }

  .service-button-in-text span {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 10px 0 14px;
    text-align: center;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .25);
    transition: all .3s
  }



  .bnz-one {
    display:  flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 5% 4%;
  }
  .bnz-one .bnz-img {
    width: 40%;
  }
  .bnz-one .bnz-text {
    width: 55%;
    font-size: 20px;
  }
  .bnz-one .bnz-text h2 {
    display: inline-block;
    position: relative;
    color: #005bab;
    margin-bottom: 20px;
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
  }

  /* .bnz-one .bnz-text h2::after {
    content: "";
    height: 2px;
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    background: var(--Brand-Blue, #005BAB);
} */
  .bnz-one .bnz-text p {
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 400;
    max-width: none;
    line-height: 1.6;
    letter-spacing: 4px;
    margin-bottom: 10px;
    }
    .bnz-list {
        padding-top: 4%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bnz-list .bnz-item {
        width: 30%;
        padding: 1.5% 1.5% 2%;
        background-color: #fafafa;
        border-radius: 8px;
        margin-bottom: 3%;
    }
    .bnz-list .bnz-item p {
        margin-top: 4%;
        text-align: center;
        font-size: 18px;
        color: #626262;
    }
    .bnz-whats {
      font-size: 24px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      display: inline-block;
      align-items: center;
      margin: 2% auto;
      padding: 1.5%;
      border-radius: 5px;
      border: 2px solid #005bab;
    }
    .bnz-whats a {
      padding: 5px 10px;
      margin-left: 15px;
      background-color: #005bab;
      color: #fff;
      border-radius: 5px;
      font-weight: 700;

    }
    .tables {
      display: flex;
      flex-wrap: wrap;
      width: 70%;
      margin: 3% auto;
      font-size: 20px;
    }
    .tab-item {
      width: 33%;
      box-sizing: border-box;
      border: 1px solid #fff;
      background-color: #fdf9e2;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      /* text-align: center; */
    }
    .tab-item:nth-child(2n) {
      background-color: #f1f2f2;
    }
  @media screen and (max-width: 770px) {
    .section_com_problem>h2 {
        font-size: 30px;
    }
    .a1 {
      padding-top: 0 !important;
    }
    .bnz-one .bnz-img {
        padding: 10% 0 5%;
    }
    .bnz-one .bnz-img,.bnz-one .bnz-text {
        width: 100%;
    }
    .bnz-one .bnz-text h2 {
        text-align: center;
        display: block;
    }
    .bnz-list .bnz-item {
        width: 48%;
        padding: 3% 3% 4%;

    }
    .bnz-list .bnz-item p {

        font-size: 14px;
    }
    .bnz-whats { 
      font-size: 18px;
      padding: 2.5% 2% 2%;
    }
  }
  @media screen and (max-width: 500px) {
    .bnz-list .bnz-item {
        width: 80%;
        margin: 2% auto;
    }
    .tables {
      width: 100%;
      font-size: 14px;
    }
   
  }