.header {
    position: sticky !important;
    top: 0;
    z-index: 2;
    width: auto;
    background-color: var(--main-bg-color);
}

.service-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.service-title {
    font-weight: 700;
    font-size: 2.5rem;
}

.service-subtitle {
    font-size: 1rem;
    font-weight: normal;
}

.service-section-title {
    font-size: 1.5rem;
}

.service-list {
    list-style-type: "—";
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.service-list li {
    padding-left: .5rem;
}

.section-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}