@import url('./header.css');
@import url('./footer.css');

.section__image {
    object-fit: cover;
    width: 100%;
}

.service__section {
    max-width: var(--wrap-width);
    width: 100%;
    margin: 0 auto;
}

.section__text h1,
.section__text h2 {
    margin-bottom: 1rem;
}

.section__text p,
.section__text li {
    line-height: 1.7;
}

.section__text ul {
    list-style-type: '—';
    li {
        padding: 0 1rem;
        margin: 1rem;
    }
}