/**
 * Block: Press Paragraph
 * Design da Figma: node-id=2173-3438
 */

.s4w-press-paragraph {
  width: 100%;
  padding: 48px 0 !important;
  margin: 0 !important;
}
.s4w-press-paragraph.s4w-pt-0 {
  width: 100%;
  padding-top: 0 !important;
}
.s4w-press-paragraph.s4w-pb-0 {
  width: 100%;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .s4w-press-paragraph {
    padding: 32px 0 !important;
  }
}

.s4w-press-paragraph__content {
  color: var(--text-soft-400);
  font-feature-settings: 'liga' off, 'calt' off;
  font-family: var(--font-secondary);
  font-size: var(--paragraph-medium);
  font-style: normal;
  font-weight: var(--weight-regular);
  line-height: 160%;
}

.s4w-press-paragraph__content p {
  margin: 0 0 1em 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-feature-settings: inherit;
}

.s4w-press-paragraph__content p:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .s4w-press-paragraph {
  width: 100%;
  padding: 32px 0 !important;
  margin: 0 !important;
}
  .s4w-press-paragraph__content {
    font-size: 15px;
  }
}
