.contain-banner {
  width: 100.8%;
}

.img-size {
  width: 100%;
  height: 100%;
}

.content {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.dealer-network {
  font-size: 44px;
  line-height: 52.8px;
  letter-spacing: 4.4px;
  margin-bottom: 10px;
}

.opp {
  font-size: 16px;
}

.apply {
  font-weight: 500;
  font-size: 16px;
}

.test nav {
  display: none;
}

@media (max-width: 425px) {
  .contain-banner {
    width: 103%;
  }

  .content {
    padding: 50px 34px;
  }

  .dealer-network {
    font-size: 32px;
    line-height: 38.4px;
  }

  .opp {
    font-size: 14px;
    line-height: 19.6px;
  }

  .apply {
    font-size: 14px;
  }
}

#webformModal .modal-dialog {
  max-width: 872px !important;
}

#webformModal .modal-dialog .modal-content {
          border-radius: 24px;
  background: url(https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/dealership/background-modal.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
  width: 100% !important;
  border: 1px transparent;
          border-radius: 24px;
  padding: 30px 30px 42px 30px;
}

.bg-image {
  background-image: url(https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/dealership/dealership-banner-desktop.png);
  background-size: cover;
  background-position: center;
}

.bg-image-mobile {
  background-image: url(https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/dealership/dealership-banner-mobile.png);
  background-size: cover;
  background-position: center;
  height: 200vh;
}

