.position {
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 1px 0;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
    .position {
        padding: 12% 0 0;
        justify-content: flex-start;
    }
}
  .section_com_problem   {
    max-width: 1320px;
}
.pro_title {
    font-weight: 500;
}
  .en {
    /* font-family: 'Times New Roman', Times, serif; */
  }
.c-1b407a {
    color: #1b407a !important;
}
.card  {
    border-radius: 0 !important;
}
.yy .bnz-list .bnz-item {
  width: 25%;
}
.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 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: 20%;
    padding: 0;
    background-color: #fff;
    margin-bottom: 0;
  }
  .bnz-list .bnz-item p {
    margin-top: 15px;
    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: 5% auto 2%;
    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;
    }

@media screen and (max-width: 500px) {
  .yy .bnz-list .bnz-item {
    width: 33%;
  }
  .yy .bot  .bnz-item {
    width: 50%;
  }
  .bnz-one .bnz-text h2  {
    font-size: 25px;
  }
  .pubilc-title h2,
  .pubilc-title p {
    letter-spacing: 2px;
  }

}

@media screen and (max-width: 770px) {
    .section_com_problem>h2 {
        font-size: 30px;
    }
    .bnz-whats {
        font-size: 18px;
        padding: 2.5% 2% 2%;
    }

    .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 {
    justify-content: space-around;
    }
    .bnz-list .bnz-item {
        width: 40%;
    }
    .bnz-list  .bnz-item p {
        font-size: 14px;
        margin-bottom: 15px;
    }


  }
  .out_circle .circle {
    position: relative;
    left: 0;
  }
