.protradedesk-hero-display-right {
  width: 31.75rem;
  height: 22.3125rem;
  flex-shrink: 0;

  @media (max-width: 768px) {
    width: 100%;
    height: 100%;
    max-width: 31.75rem;
    max-height: 22.3125rem;
    flex-shrink: unset;
  }
}

.protradedesk-key-features-1-image-container {
  display: flex;
  width: 100%;
  max-width: 48.75rem;
  padding: 3rem 2rem 3rem 6.25rem;
  flex-direction: column;
  align-items: center;
  border-radius: 0 2rem 2rem 0;
  background: var(--black-400);
  box-shadow: 0 0 2.5rem -1.5rem rgba(0, 0, 0, 0.25);

  @media (max-width: 768px) {
    align-items: center;
    padding: 2rem 1.5rem 3.75rem;
    border-radius: 2rem 2rem 0 0;
  }
}

.protradedesk-key-features-1-image-container img {
  max-width: 40.125rem;
  max-height: 26.75rem;

  @media (max-width: 768px) {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: auto;
  }
}

.protradedesk-key-features-1-text-container {
  width: 100%;
  max-width: 35.9375rem;
  padding: 2.5rem;
  margin-right: -5.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  color: var(--white-100);
  border-radius: 2rem 0 0 2rem;
  background: var(--black-300);
  z-index: 1;

  @media (max-width: 768px) {
    width: calc(100% - 2rem);
    margin-top: -3.5rem;
    margin-right: 0;
    background-color: var(--black-100);
    padding: 2rem 1.5rem;
    border-radius: 0 0 2rem 2rem;
  }
}

.protradedesk-key-features-1-text-container h2 {
  max-width: 26.6875rem;
}

.protradedesk-key-features-1-text-container h2 span {
  font-style: italic;
}

.protradedesk-key-features-1-text-container hr {
  width: 100%;
  max-width: 15.75rem;
  border: 1px solid rgba(245, 245, 245, 0.3);
}

.protradedesk-key-features-1-text-container p {
  line-height: 152%;
}

.protradedesk-key-features-3-content-item-image {
  padding: 2rem;
  border-radius: 1rem 1rem 0 0;
  border-top: 1px solid var(--black-700);
  border-right: 1px solid var(--black-700);
  border-left: 1px solid var(--black-700);
  background: var(--black-200);
  display: flex;
  align-items: center;
  justify-content: center;
}

.protradedesk-key-features-3-content-item-image img {
  max-width: 7.75rem;
  max-height: 7.75rem;
}