@media (max-width: 430px) {
  .hero-search-item span {
    font-size: 11px;
  }

  .hero-search-item strong {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .mobile-menu a {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .service-card h3 {
    bottom: 70px;
    font-size: 16px;
  }

  .service-card p {
    bottom: 24px;
    font-size: 13px;
  }

  .process-active-label {
    font-size: 16px;
    font-weight: 600;
  }

  .included li {
    font-size: 14px;
  }

  .cta-checks {
    font-size: 11px;
  }

  .footer-brand .logo {
    width: 28px;
    height: 28px;
  }

  .footer-family {
    display: none;
  }

  .op-offer-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }

  body.subpage h3 {
    bottom: 70px;
    font-size: 16px;
  }

  .op-offer-grid p {
    bottom: 24px;
    font-size: 13px;
  }

  .op-picture-grid article {
    min-height: 210px;
  }

  .op-picture-grid p {
    font-size: 13px;
  }

  .op-usecase-rail p {
    font-size: 12px;
  }

  .op-compare-row p {
    font-size: 12px;
  }

  .price-options .op-offer-card h3 {
    bottom: 50px;
  }

  .price-options .op-offer-card strong {
    bottom: 22px;
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  body.subpage .op-picture-grid article {
    min-height: 210px !important;
  }

  body.subpage .op-picture-grid p {
    font-size: 13px !important;
  }

  body.subpage .op-offer-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  body.subpage .op-offer-grid p {
    bottom: 24px !important;
    font-size: 13px !important;
  }

  body.price-page .price-options .op-offer-card h3 {
    bottom: 50px !important;
  }

  body.price-page .price-options .op-offer-card strong {
    bottom: 22px !important;
    color: #fff !important;
    z-index: 3;
    padding: 5px 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.58);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  }

  .seo-related__grid a {
    min-height: 40px;
  }
}
