html {
    scroll-padding-top: 270px;
    scroll-behavior: smooth;
}

.d-unset {
    display: unset;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

