.pregnancy-concerns-timeline {padding: clamp(4rem, 8vw, 7rem) 1rem;background: #fff;overflow: visible;}.pct-container {max-width: 86.25rem;margin: 0 auto;display: grid;grid-template-columns: 0.85fr 1.15fr;gap: clamp(2rem, 6vw, 5rem);align-items: start;overflow: visible;}.pct-left {position: sticky;top: 120px;align-self: start;}.pct-topper {display: block;margin-bottom: 1rem;text-transform: uppercase;letter-spacing: 0.1em;font-size: var(--topperFontSize);line-height: 1.2em;font-weight: 700;color: var(--primary);text-align: inherit;}.pct-title {margin: 0 0 1rem;color: var(--headerColor);font-size: clamp(2rem, 5vw, 3.5rem);line-height: 1.2em;font-weight: 900;}.pct-text {font-size: var(--bodyFontSize);line-height: 1.5em;color: var(--bodyTextColor);}.pct-timeline-list {position: relative;list-style: none;margin: 0;padding: 0 0 0 2rem;}.pct-timeline-list::before {content: "";position: absolute;left: 0.35rem;top: 0;bottom: 0;width: 2px;background: linear-gradient(#324c99, #d8ddf5);}.pct-timeline-list li {position: relative;margin-bottom: 1.25rem;padding: 1.5rem;background: var(--lightBackground);border-radius: 1.25rem;box-shadow: 0 18px 45px rgba(23, 33, 63, 0.08);line-height: 1.65;}.pct-timeline-list li::before {content: "";position: absolute;left: -2.05rem;top: 1.8rem;width: 0.85rem;height: 0.85rem;border-radius: 50%;background: var(--secondary);box-shadow: 0 0 0 6px var(--lightBackground);}.pct-timeline-list strong {color: var(--secondary);}@media (max-width: 768px) {.pct-container {display: block;}.pct-left {position: relative;top: auto;margin-bottom: 2rem;}}