@media (max-width: 1200px) {
  .static-banner-bottom {
    height: 180px;
  }
  .static-banner-bottom {
    font-size: 30px;
  }
  .static-block {
    padding: 30px;
    gap: 30px;
    font-size: 14px;
  }
  .static-banner-bg {
    height: 200px;
  }
  .static-banner-top {
    width: 380px;
    height: 380px;
    top: -250px;
  }
}
@media (max-width: 1024px) {
  .static-block-in .head {
    font-size: 24px;
  }
  .static-block {
    max-width: none;
    padding: 30px 15px;
  }
  .static-block-in {
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .static-banner-top {
    width: 280px;
    height: 280px;
    top: -190px;
  }
}
@media (max-width: 576px) {
  .static-banner-bottom {
    font-size: 26px;
  }
  .static-block-in .head {
    font-size: 20px;
    line-height: 1.5;
  }
  .static-banner-top {
    width: 190px;
    height: 190px;
    top: -130px;
  }
  .static-banner-bg {
    height: 110px;
  }
}
