@import "variables.css";
.initial-details .header,
.quote-results .header {
    background-color: var(--cFirst);
}

.initial-details .header,
.quote-results .header {
    justify-content: center;
    margin: 0 auto;
    font-family: var(--fPrimary) !important;
    border-radius: 20px;
    font-size: 30px;
    font-weight: 600 !important;
}