.quick-information__title {
    color: #ffffff80;
    font-size: var(--e-global-typography-79872dc-font-size);
    font-weight: var(--e-global-typography-79872dc-font-weight);
    text-transform: var(--e-global-typography-79872dc-text-transform);
    line-height: var(--e-global-typography-79872dc-line-height);
}

.quick-information__content {
    color: var(--e-global-color-98525e4);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.quick-information__content strong {
    font-weight: 600;
}

.quick-information__content p:last-child {
    margin-bottom: 0;
}

.quick-information__content a {
    color: inherit;
}