body {
    padding-top: 180px;
    width: 100%;
    height: 100%;
    background-color: #D9D9D6;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    padding: 1em 0.5em 0.5em;
}
.section-description {
    text-align: center;
    margin-bottom: 50px;
    padding: 2rem;
}

/* Section Title Styling */
.section-title {
    text-align: center;
    font-size: 3rem;
    margin: 3rem 3rem;
    color: #2D2926;
}

/* Section Description */
.section-description {
    text-align: justify;
    margin: 0 auto 3rem;
    font-size: 1.5rem;
    padding: 05%;
    color: #2D2926;
    line-height: 1.6;
}

/* Article Container */
article {
    margin: 0 0 auto 0;
    padding: 0;
}

/* Figure Styling */
figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0 05% 0;
}

/* Service Images */
.service-icon-1 {
    width: 100%; /* Reduzido o tamanho da imagem */
    height: auto;
    justify-content: center;
}

.service-icon-2 {
    width: 100%; /* Reduzido o tamanho da imagem */
    height: auto;
    justify-content: center;

    
}

/* Service Title */
figcaption h2 {
    font-size: 2rem;
    color: #2D2926;
    margin-bottom: 1rem;
    text-align: center;
    padding: 3rem;
}

/* Service List */
figcaption ul {
    list-style-type: disc; /* Mantém os pontos */
    padding: 0 1em 2.5rem 1em;
    margin: 0;
    text-align: center;
    display: inline-block; /* Ajuda na centralização da lista */
    font-size: 1.5rem;
}

figcaption li {
    margin-bottom: 0.5rem;
    color: #2D2926;
    line-height: 1.6;
    text-align: left; /* Mantém o texto alinhado à esquerda para melhor legibilidade */
    font-size: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-description {
        padding: 0 1rem;
    }

    figcaption h2 {
        font-size: 1.25rem;
    }
    
    .service-icon {
        width: 90%; /* Aumenta um pouco em telas menores */
    }
}
