.microneedling {
    position: relative;
    background: url('./img/gesichtsbehandlung.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.microneedling::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    filter: brightness(50%);
    z-index: 0;
}

.microneedling-info {
    padding: 120px 20px;
    background-color: #a0856e;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.microneedling-info h2 {
    margin-top: 30px;
    font-size: 24px;
    color: #ffffff;
}

.microneedling-info ul,
.microneedling-info ol {
    padding-left: 20px;
    line-height: 1.6;
}

.microneedling-info p {
    margin-top: 10px;
    line-height: 1.6;
}

.section-img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
