.dhl-quote {
  position: relative;
  width: 100%
  min-height: auto;
  display: flex;
  align-items: center;
  overflow: visible;
  background: #0a0a0a;
  border-radius: 0;
  box-sizing: border-box;
}

.dhl-quote__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
}

.dhl-quote__badge {
  position: absolute;
  top: 50%;
  right: max(200px, calc((100% - 1400px) / 2 + 200px));
  transform: translateY(-60%);
  z-index: 4;
  width: 110px;
  height: 110px;
}

.dhl-quote__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dhl-quote__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 48px 64px 48px 200px;
}

.dhl-quote__marks {
  font-size: 9rem;
  color: #ffc400;
  line-height: 0.7;
  margin-bottom: -50px;
  font-family: Georgia, serif;
  display: block;
}

.dhl-quote__text {
  font-size: 1.4375rem;
    color: #ffffff;
    line-height: 1.3;
  margin: 0 0 32px;
  font-weight: 300;
}

.dhl-quote__text strong {
  font-weight: 800;
  color: #ffffff;
}

.dhl-quote__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #d40511;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 999px !important;
  transition: background-color 0.3s ease, transform 0.25s ease;
}

.dhl-quote__btn-arrow {
  display: block;
  height: 16px;
  width: auto;
  flex-shrink: 0;
}

.dhl-quote__btn,
.dhl-quote__btn:link,
.dhl-quote__btn:visited {
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
}

@media (max-width: 768px) {
  .dhl-quote__bg {
    background-image: url('https://8399209.fs1.hubspotusercontent-na1.net/hubfs/8399209/Imagen%20DHL-B2B%20GO%20GLOBAL/GoGlobal%20DHL%20mobile.png') !important;
    background-position: 85% -15%;
    background-size: 100% !important;
  }

  /* Altura auto — sección y módulo específicos */
  .row-number-14.dnd-section,
  .row-number-15.dnd-row,
  .row-number-15 .row-fluid,
  .row-number-15 .span12,
  .row-number-15 .dnd-module,
  .row-number-15 .hs_cos_wrapper_type_module {
    height: auto !important;
    min-height: 0 !important;
  }

  .dhl-quote {
    min-height: 450px !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
  }

  .dhl-quote__content {
    padding: 215px 24px 32px 24px !important;
  }

  .dhl-quote__marks {
    font-size: 13rem !important;
    margin-bottom: 0px !important;
    position: absolute !important;
    top: 150px !important;
    left: 16px !important;
  }

  .dhl-quote__text {
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
  }

  .dhl-quote__prefix,
  .dhl-quote__suffix {
    display: inline !important;
  }

  .dhl-quote__text br {
    display: none !important;
  }

  .dhl-quote__badge {
    width: 72px !important;
    height: 72px !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
  }

  .dhl-quote__btn {
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px 0 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 24px !important;
    font-size: 1rem !important;
    text-align: center !important;
  }
}