.cms-json-section {
    padding: 72px 24px;
    background: #f7f9fb;
    color: #172033;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.cms-json-section__inner {
    width: min(1040px, 100%);
    margin: 0 auto;
}

.cms-json-section__kicker {
    margin: 0 0 10px;
    color: #147f75;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cms-json-section h2 {
    max-width: 760px;
    margin: 0;
    color: #172033;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: 0;
}

.cms-json-section p {
    max-width: 760px;
    margin: 14px 0 0;
    color: #627089;
    font-size: 18px;
    line-height: 1.55;
}

.cms-roundtrip-section {
    width: min(1040px, 100%);
    margin: 0 auto;
    padding: 56px 32px;
    color: var(--text-primary);
}

.cms-roundtrip-section.pdp-section {
    margin-bottom: 0;
}

.cms-roundtrip-section .pdp-usps {
    margin-bottom: 32px;
}

.cms-roundtrip-section .pdp-desc:last-child,
.cms-roundtrip-section .pdp-highlights:last-child,
.cms-roundtrip-section .inc-exc-grid:last-child,
.cms-roundtrip-section .practical-stack:last-child {
    margin-bottom: 0;
}

.cms-roundtrip-section .practical-richtext {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.75;
}

.cms-roundtrip-section .practical-richtext p {
    margin: 0 0 14px;
}

.cms-roundtrip-section .practical-richtext p:last-child {
    margin-bottom: 0;
}
