﻿html, body {
    font-size: 1.2rem;
}

.service-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.2rem;
}

.service-title {
    font-size: 2rem;
    color: #003366;
    text-align: center;
    margin-bottom: 1rem;
}

.service-intro,
.service-list li,
.service-page p {
    color: #111;
    font-size: 1.2rem;
}

.service-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.service-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

    .service-gallery img {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

.service-subtitle {
    font-size: 2.5rem;
    color: #003366;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

    .service-list li {
        margin-bottom: 0.2rem;
    }

.service-page h2.service-subtitle {
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
}

.restoration-example {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

    .restoration-example img {
        width: 100%;
        max-width: 350px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .restoration-example .label {
        text-align: center;
        font-size: 1rem;
        margin-top: 0.5rem;
        color: #111;
    }