        .access-transport {
            margin-top: 48px;
        }
        .access-transport__item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 24px;
            padding: 20px 24px;
            background: var(--color-white);
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
        }
        .access-transport__icon {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--color-sub);
            border-radius: 50%;
            color: var(--color-accent);
            font-size: 1.125rem;
            flex-shrink: 0;
        }
        .access-transport__body h4 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--color-heading);
            margin-bottom: 4px;
        }
        .access-transport__body p {
            font-size: .9375rem;
            line-height: 1.7;
        }
