.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.home_h2 {
  font-size: 42px;
  text-align: center;
  color: #333333;
}

.top_box {
  position: relative;
  overflow: hidden;
  padding-top: 240px;
  background: radial-gradient(circle at 78% 24%, rgba(37, 196, 173, 0.25) 0%, rgba(37, 196, 173, 0) 38%),
    radial-gradient(circle at 15% 82%, rgba(74, 110, 255, 0.2) 0%, rgba(74, 110, 255, 0) 44%),
    linear-gradient(135deg, #0d2334 0%, #143446 52%, #0f2839 100%);
  width: 100%;
  padding-bottom: 140px;
}

.top_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 31, 0.28) 0%, rgba(8, 20, 31, 0.08) 45%, rgba(8, 20, 31, 0.34) 100%);
  pointer-events: none;
}

.one_box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  font-size: 18px;
  line-height: 32px;
  color: #d6e4f1;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.one_box .txt_box {
  width: min(56%, 700px);
}

.one_box .img_box {
  width: min(40%, 480px);
  display: flex;
  justify-content: center;
}

.one_box .con {
  margin-top: 26px;
  margin-bottom: 24px;
  color: #eef5ff;
  max-width: 640px;
  line-height: 1.75;
}

.one_box h1 {
  font-family: Poppins-Medium;
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.pricing_btn {
  min-width: 100px;
  padding: 0 70px;
  height: 50px;
  background-color: #ffbd00;
  border-radius: 8px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 50px;
  color: #1d2436;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.five_title {
  font-family: Poppins-Medium;
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  margin-top: 130px;
}

.five_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 26px;
}

.five_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  width: 130px;
  margin-top: 96px;
  text-align: center;
}

.five_list a:nth-child(6n) .five_box {
  margin-right: 0px;
}

.five_box > div:nth-child(1) {
  width: 71px;
  height: 44px;
  border-radius: 21px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.five_box img {
  width: 71px;
}

.five_box_name {
  font-size: 16px;
  color: #333333;
  margin-top: 18px;
  margin-bottom: 10px;
}

.five_box_num {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #333333;
}

.six_title {
  font-family: Poppins-Medium;
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  margin-top: 180px;
}

.six_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}

.six_list a > div {
  width: 378px;
  height: 320px;
  background-color: #1c2635;
  border-radius: 8px;
  border: solid 1px #353f5a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
  transition: all 0.3s;
  cursor: pointer;
}

.six_list a > div:hover {
  transform: translateY(-1rem);
}

.xi0-solution-proxy-page .xi0-solution-hub {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 32px));
  margin: -48px auto 96px;
}

.xi0-solution-proxy-page .xi0-solution-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xi0-solution-proxy-page .xi0-solution-hub-card {
  padding: 24px;
  border: 1px solid rgba(16, 29, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 40px rgba(15, 29, 42, 0.08);
}

.xi0-solution-proxy-page .xi0-solution-hub-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a7e80;
}

.xi0-solution-proxy-page .xi0-solution-hub-title {
  margin: 0 0 10px;
  font-family: Poppins-Medium;
  font-size: 24px;
  line-height: 1.34;
  color: #162230;
}

.xi0-solution-proxy-page .xi0-solution-hub-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: #576273;
}

.xi0-solution-proxy-page .xi0-solution-hub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.xi0-solution-proxy-page .xi0-solution-hub-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(10, 126, 128, 0.14);
  background: rgba(10, 126, 128, 0.08);
  color: #0c5b61;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.xi0-solution-proxy-page .xi0-solution-hub-link:hover {
  transform: translateY(-1px);
  background: rgba(10, 126, 128, 0.12);
  border-color: rgba(10, 126, 128, 0.24);
}

.six_list a > div img {
  height: 90px;
}

.six_list a > div .six_txt {
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #ffffff;
  margin: 26px 0;
  text-align: center;
  width: 330px;
}

.six_list a > div .six_txt2 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  width: 330px;
}

.three_box {
  padding-top: 140px;
}

.three_title {
  font-family: Poppins-Medium;
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 48px;
}

.country_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 40px;
}

.three_box .country_list > div {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #131b2a;
  border-radius: 10px;
  border: solid 1px #323c56;
  cursor: pointer;
}

.three_box .country_list > div.a {
  border: solid 1px #ffbd00;
  background-color: #ffbd00;
  color: #1d2436;
}

@media only screen and (max-width: 1024px) {
  .xi0-solution-proxy-page .xi0-solution-hub-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .xi0-solution-proxy-page .xi0-solution-hub {
    width: min(100% - 24px, 1200px);
    margin: -28px auto 72px;
  }

  .xi0-solution-proxy-page .xi0-solution-hub-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .xi0-solution-proxy-page .xi0-solution-hub-title {
    font-size: 21px;
  }
}

.three_box .Country_sel {
  background-color: #ffbd00;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  right: -18px;
  transform: rotate(45deg);
  display: none;
}

.three_box .country_list > div.a .Country_sel {
  /* display: block; */
}

.three_box .Country_sel .iconfont {
  font-size: 14px;
  color: #0f1524;
  display: block;
  transform: rotate(-45deg);
  margin-top: 17px;
  margin-left: 10px;
}

.pay_type_btn_box {
  width: max-content;
  height: 44px;
  background-color: #0d121f;
  border-radius: 8px;
  border: solid 1px #353f5a;
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
}

.pay_type_btn_box > div {
  padding: 0 25px;
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: #adbdcc;
  cursor: pointer;
  line-height: 44px;
}

.pay_type_btn_box .a {
  background-color: #ffbd00;
  border-radius: 8px;
  color: #1d2436;
}

.three_box .country_list .country_list_more {
  border: solid 1px #a1b8ff;
  color: #a1b8ff;
}

.three_box .country_list .country_list_more:hover {
  background-color: #a1b8ff;
  color: #fff;
}

.three_pay_list {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}

.three_pay_list > div {
  width: 380px;
  height: 601px;
  background-color: #1c2635;
  border-radius: 8px;
  border: solid 1px #323c56;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
}

.three_pay_list > div:hover {
  transform: translateY(-1rem);
  background: none;
  background-color: #1c2635;
}

.three_pay_buy {
  width: 321px;
  height: 50px;
  background-color: #ffbd00;
  border-radius: 8px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 50px;
  color: #1d2436;
  text-align: center;
  cursor: pointer;
}

.three_pay_top {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.three_pay_top img {
  height: 103px;
  margin-top: 55px;
}

.three_pay_top .name {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.three_pay_top .txt {
  font-size: 18px;
  line-height: 40px;
  color: #adbdcc;
  width: 90%;
  text-align: center;
}

.country_img_box {
  width: 42px;
  height: 26px;
  border-radius: 13px;
  overflow: hidden;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.country_img_box img {
  width: 100%;
}

.three_pay_num {
  width: 320px;
  height: 51px;
  background-color: #0f1524;
  border-radius: 10px;
  border: solid 1px #323c56;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  color: #adbdcc;
  margin-top: 28px;
  margin-bottom: 15px;
}

.three_pay_num input {
  border: 0;
  background-color: #0f1524;
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #ffffff;
  text-align: end;
}

.three_pay_list .lh-select {
  width: 320px;
  height: 51px;
  background-color: #0f1524;
  border-radius: 10px;
  border: solid 1px #323c56;
  line-height: 51px;
}

.three_pay_money {
  font-size: 18px;
  color: #ffffff;
  margin-top: 38px;
  margin-bottom: 14px;
}

.three_pay_list .tip {
  color: #adbdcc;
}

.three_pay_list .lh-select-val {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #ffffff;
  text-align: end;
  display: inline-block;
}

.three_pay_bottom {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 18px;
  color: #ffffff;
  margin-top: 60px;
}

.three_pay_bottom .iconfont {
  font-size: 22px;
  color: #f9c637;
}

.three_box .flow_proxy {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.three_box .flow_proxy > div {
  width: 285px;
  height: 295px;
  background-color: #1c2635;
  border-radius: 8px;
  border: solid 1px #323c56;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 17px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.three_box .flow_proxy > div:hover {
  transform: translateY(-1rem);
}

.three_box .flow_proxy > div:nth-child(4n) {
  margin-right: 0px;
}

.three_box .flow_proxy .buy_btn {
  width: 246px;
  height: 50px;
  background-color: #ffbd00;
  border-radius: 8px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 50px;
  color: #1d2436;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
}

.three_box .flow_proxy .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 245px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 25px;
}

.three_box .flow_proxy .center {
  width: 245px;
  height: 111px;
  background-color: #0f1524;
  border-radius: 10px;
  border: solid 1px #323c56;
  margin-top: 22px;
}

.three_box .flow_proxy .center > div {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  line-height: 55px;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #ffffff;
}

.three_box .flow_proxy .center > div:nth-child(1) {
  border-bottom: solid 1px #323c56;
}

.three_box .flow_proxy .money {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #ffffff;
}

.three_box .flow_proxy .tip {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #ffffff;
}

.three_box .flow_proxy .tip_s {
  text-decoration: line-through;
}

.one_pay_btn {
  width: max-content;
  height: 44px;
  background-color: #0d121f;
  border-radius: 8px;
  border: solid 1px #353f5a;
  display: flex;
  margin-top: 100px;
}

.one_pay_btn > div {
  padding: 0 25px;
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: #adbdcc;
  cursor: pointer;
  line-height: 44px;
}

.one_pay_btn .a {
  background-color: #ffbd00;
  border-radius: 8px;
  color: #1d2436;
}

.p_five_box {
  width: min(1200px, calc(100% - 32px));
  margin: clamp(56px, 8vw, 110px) auto 0;
  display: grid;
  gap: clamp(36px, 6vw, 72px);
}

.six_box {
  background-color: #222439;
}

.p_five_box > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  margin-top: 0;
}

.p_five_box > div .img_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f8fc;
  border: 1px solid #e1e8f3;
  border-radius: 20px;
  padding: clamp(14px, 2.2vw, 24px);
  box-sizing: border-box;
}

.p_five_box > div .txt_box {
  width: 100%;
  max-width: 560px;
}

.p_five_box > div .txt_box h2 {
  font-family: Poppins-Medium;
  font-size: clamp(24px, 2.2vw, 32px);
  color: #1c2940;
  line-height: 1.25;
}

.p_five_box > div .txt_box p {
  font-size: 16px;
  line-height: 1.85;
  color: #4a5872;
  margin-top: 20px;
}

.p_five_box > div .img_box img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
}

@media only screen and (min-width: 1101px) {
  .p_five_box > div .img_box {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .p_five_box > div .img_box img {
    max-width: 330px;
  }
}

.six_box {
  margin-top: clamp(72px, 10vw, 150px);
  padding: clamp(64px, 8vw, 100px) 0;
  background: linear-gradient(135deg, #0f2436 0%, #122f43 50%, #102739 100%);
}

.six_box .three_title {
  color: #ffffff;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  margin-bottom: 0;
}

.proxy_box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1200px, calc(100% - 32px));
  margin: clamp(28px, 5vw, 56px) auto 0;
}

.proxy_box div {
  width: 100%;
  min-height: 60px;
  line-height: 1.45;
  background-color: rgba(12, 23, 37, 0.72);
  border-radius: 10px;
  border: 1px solid #38506b;
  padding: 14px 18px;
  box-sizing: border-box;
  font-size: 16px;
  color: #f3f7ff;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.proxy_box div:hover {
  transform: translateY(-2px);
  border-color: #ffcb45;
  background-color: rgba(17, 34, 54, 0.88);
}

.top_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.top_list > div {
  width: calc(50% - 8px);
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.top_list > div .iconfont {
  font-size: 20px;
  color: #f9c637;
  margin-right: 12px;
}

@media only screen and (max-width: 1250px) {
  .three_pay_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }

  .country_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .three_box .country_list > div {
    width: auto;
  }

  .four_box {
    width: 100%;
    overflow: hidden;
  }

  .proxy_box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .p_five_box,
  .proxy_box,
  .one_box {
    width: 96%;
  }

  .p_five_box > div {
    gap: 24px;
  }

  .proxy_box div {
    width: auto;
  }

  .one_box .img_box {
    width: 45%;
  }

  .one_box .img_box img {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .top_box {
    padding-top: 210px;
    padding-bottom: 92px;
  }

  .one_box {
    width: min(900px, calc(100% - 32px));
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .one_box .txt_box {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
  }

  .one_box h1 {
    font-size: clamp(32px, 4.1vw, 40px);
    line-height: 1.2;
    text-align: center !important;
  }

  .one_box .con {
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top_list {
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top_list > div {
    width: min(100%, 680px);
    justify-content: center;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top_box .one_box .top_list > div span:last-child {
    display: inline-block;
    text-align: center;
  }

  .pricing_btn {
    margin-left: auto;
    margin-right: auto;
  }

  .one_box .img_box {
    width: min(100%, 420px);
  }

  .one_box .img_box img {
    width: 100%;
    max-width: 420px;
    height: auto;
  }

  .p_five_box > div,
  .p_five_box > div:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .p_five_box > div .txt_box {
    order: 1;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }

  .p_five_box > div .img_box {
    order: 2;
    width: 100%;
    max-width: 420px;
    margin: 6px auto 0;
    padding: 12px;
  }

  .p_five_box > div .img_box img {
    max-width: 340px;
  }

  .three_pay_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .three_pay_list {
    grid-template-columns: 1fr;
  }

  .three_pay_list > div {
    width: 100%;
  }

  .country_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .p_five_box > div,
  .p_five_box > div:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p_five_box > div .img_box {
    width: 100%;
    margin-bottom: 0;
  }

  .p_five_box > div .txt_box {
    width: 100%;
    max-width: 100%;
  }

  .p_five_box > div .txt_box h2 {
    text-align: center;
  }

  .p_five_box > div .txt_box p {
    text-align: center;
  }

  .proxy_box {
    grid-template-columns: 1fr 1fr;
  }

  .top_list > div {
    width: 100%;
  }

  .five_list {
    gap: 20px 16px;
  }

  .five_box {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .top_box {
    padding-top: 186px;
    padding-bottom: 72px;
  }

  .one_box .img_box {
    width: min(100%, 320px);
  }

  .one_box .txt_box {
    width: 100%;
    text-align: center !important;
  }

  .one_box .con {
    font-size: 16px;
    line-height: 1.7;
    text-align: center !important;
  }

  .one_box h1 {
    font-size: 30px;
    line-height: 1.25;
    text-align: center !important;
  }

  .p_five_box > div .img_box {
    max-width: 320px;
    margin-top: 2px;
  }

  .p_five_box > div .img_box img {
    max-width: 280px;
  }

  .country_list {
    grid-template-columns: 1fr 1fr;
  }

  .proxy_box {
    grid-template-columns: 1fr;
  }
  .proxy_box div {
    width: auto;
    text-align: center;
    justify-content: center;
  }

  .six_box .three_title {
    font-size: 32px;
    line-height: 1.25;
  }

  .one_pay_btn {
    display: block;
    height: auto;
    text-align: center;
  }

  .five_list {
    gap: 14px 12px;
  }

  .five_box {
    width: 150px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  body.xi0-page-solutions .top_box .one_box {
    width: min(920px, calc(100% - 28px)) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: center !important;
    gap: 18px !important;
    text-align: center !important;
  }

  body.xi0-page-solutions .top_box .one_box .txt_box {
    width: min(100%, 780px) !important;
    max-width: 780px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.xi0-page-solutions .top_box .one_box h1,
  body.xi0-page-solutions .top_box .one_box .con,
  body.xi0-page-solutions .top_box .one_box .top_list,
  body.xi0-page-solutions .top_box .one_box .top_list > div,
  body.xi0-page-solutions .top_box .one_box .top_list > div span {
    text-align: center !important;
  }

  body.xi0-page-solutions .top_box .one_box .con {
    width: min(100%, 760px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.xi0-page-solutions .top_box .one_box .top_list {
    width: min(100%, 760px) !important;
    margin: 0 auto 18px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    justify-items: center !important;
  }

  body.xi0-page-solutions .top_box .one_box .top_list > div {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  body.xi0-page-solutions .top_box .one_box .img_box {
    width: min(100%, 420px) !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }

  body.xi0-page-solutions .top_box .one_box .img_box img {
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 768px) {
  body.xi0-page-solutions .top_box .one_box {
    width: calc(100% - 24px) !important;
    gap: 14px !important;
  }

  body.xi0-page-solutions .top_box .one_box h1 {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  body.xi0-page-solutions .top_box .one_box .con {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  body.xi0-page-solutions .top_box .one_box .img_box {
    width: min(100%, 320px) !important;
  }

  body.xi0-page-solutions .top_box .one_box .img_box img {
    max-width: 320px !important;
  }
}
