.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 80%;
  }
  #about_us .container .left {
    width: 505px;
  }
  #help {
    height: 876px;
  }
  #overView .list-item {
    width: 450px;
  }
  #overView .list-item .text {
    width: 431px;
    height: 429px;
    top: -190px;
  }
  #banner .a {
    top: 60%;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 85%;
  }
  #about_us .container .left {
    width: 393px;
  }
  #help {
    height: 676px;
  }
  #help img {
    width: 704px;
  }
  #overView .list-item {
    width: 410px;
  }
  #overView .list-item .text {
    width: 395px;
    height: 429px;
  }
  #choose .list .list-item img {
    width: 180px;
    height: 180px;
  }
  #choose .list .list-item div p:nth-child(1) {
    font-size: 26px;
  }
  #choose .list .list-item div p:nth-child(2) {
    font-size: 20px;
  }
  #banner .a {
    width: 354px;
    height: auto;
    top: 396px;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 90%;
  }
  #about_us .container .left {
    width: 405px;
  }
  #help {
    height: 576px;
  }
  #help img {
    width: 604px;
    margin-right: 30px;
  }
  #overView .list-item {
    width: 380px;
  }
  #overView .list-item .text {
    width: 365px;
    height: 439px;
  }
  #choose .list .list-item img {
    width: 160px;
    height: 160px;
  }
  #choose .list .list-item div p:nth-child(1) {
    font-size: 22px;
  }
  #choose .list .list-item div p:nth-child(2) {
    font-size: 18px;
  }
  .HowtoBorrow-content .list {
    margin-left: 60px;
  }
  #overView .list-item .text .title {
    margin-bottom: 30px;
  }
  #overView .list-item .text {
    padding: 40px 20px;
  }
  #banner .a {
    width: 354px;
    height: auto;
    top:65%;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
  #about_us .container .left {
    width: 405px;
  }
  #help {
    height: 546px;
  }
  #help img {
    width: 509px;
    margin-right: 30px;
  }
  #overView .list-item {
    width: 337px;
  }
  #overView .list-item .text {
    width: 325px;
    height: 517px;
  }
  #choose .list .list-item img {
    width: 150px;
    height: 150px;
  }
  #choose .list .list-item div p:nth-child(1) {
    font-size: 20px;
  }
  #choose .list .list-item div p:nth-child(2) {
    font-size: 16px;
  }
  .HowtoBorrow-content .list {
    margin-left: 60px;
  }
  #help div .title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  #overView .list-item .text .title {
    margin-bottom: 30px;
  }
  #overView .list-item .text {
    padding: 40px 20px;
  }
  #banner .a {
    width: 354px;
    height: auto;
    top:65%;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
  .container {
    width: 1000px;
  }
  #banner .a {
    width: 354px;
    height: auto;
    top: 306px;
    left: 10%;
  }
}

/* Public Advisory Modal Responsive Styles */
@media (max-width: 768px) {
  .advisory-modal-content {
    width: 95%;
    max-height: 85vh;
    margin: 10px auto;
  }
  
  .advisory-modal-header {
    padding: 20px 20px 15px;
  }
  
  .advisory-modal-header h2 {
    font-size: 22px;
  }
  
  .advisory-modal-body {
    padding: 20px;
    font-size: 14px;
  }
  
  .advisory-modal-body p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  .advisory-modal-footer {
    padding: 15px 20px 20px;
  }
  
  .advisory-close-btn {
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
  }
}
