.info-action-box.svelte-1x7409b {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
}
.info-action-box.svelte-1x7409b img:where(.svelte-1x7409b) {
  max-width: 100%;
}
.info-action-box.svelte-1x7409b .headline:where(.svelte-1x7409b) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  width: 100%;
}
.info-action-box.svelte-1x7409b .headline:where(.svelte-1x7409b) .title:where(.svelte-1x7409b) {
  color: var(--color-primary-black-blue);
  font-size: 0.875rem;
  font-weight: 500;
}
.info-action-box.svelte-1x7409b .headline:where(.svelte-1x7409b) .text:where(.svelte-1x7409b) {
  color: var(--color-tertiary-grey-stone);
  font-size: 0.635rem;
  font-weight: 400;
  line-height: 0.8125rem;
}
.info-action-box.svelte-1x7409b .content:where(.svelte-1x7409b) {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  align-items: center;
  gap: 2rem;
}
.info-action-box.platform-desktop.svelte-1x7409b .headline:where(.svelte-1x7409b) {
  gap: 2rem;
}
.info-action-box.platform-desktop.svelte-1x7409b .headline:where(.svelte-1x7409b) .title:where(.svelte-1x7409b) {
  font-size: 1.5rem;
}
.info-action-box.platform-desktop.svelte-1x7409b .headline:where(.svelte-1x7409b) .text:where(.svelte-1x7409b) {
  font-size: 0.865rem;
  line-height: 1.25rem;
}