.baixiu_contact_pop {
  background: var(--bg-color);
}

.baixiu_contact_pop .contact-wrapper {
  position: relative;
  padding-top: var(--gap-80);
  padding-bottom: var(--gap-80);
}

.baixiu_contact_pop .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background: #0137B5;
  overflow: hidden;
}

.baixiu_contact_pop .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.baixiu_contact_pop .contact-title {
  position: relative;
  margin: 0 auto;
  max-width: 83%;
  text-align: center;
}

.baixiu_contact_pop .btn-box {
  position: relative;
  margin-top: var(--gap-60);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .baixiu_contact_pop .contact-title {
    max-width: 100%;
  }
}