.bodyguard-page .pricing-top {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: center !important;
}

.bodyguard-page .pricing-top > *,
.bodyguard-page .pricing-copy {
  min-width: 0;
}

.bodyguard-page .price {
  width: auto !important;
  max-width: 100%;
  font-size: 2.75rem !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  text-wrap: balance;
}

.bodyguard-page .price-label,
.bodyguard-page .pricing-copy p {
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .bodyguard-page .pricing-top {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 520px) {
  .bodyguard-page .price {
    font-size: 2rem !important;
    overflow-wrap: anywhere;
  }
}
