﻿/* ======================= SESSÃO 1 ======================= */
@media (max-width: 768px) {
    section h1 {
        font-size: 25px !important;
    }

    section p {
        font-size: 15px !important;
    }

    section li {
        font-size: 15px !important;
    }
}

@media (min-width: 769px){
    section{
        max-width: 900px !important;
        margin-inline: auto !important;
    }
}

section p {
    text-align: justify;
}

section li {
    text-align: justify;
}

.sessao1 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: transparent;
    background-image: linear-gradient(5deg, rgba(var(--cor-secundaria),0.3) 20%, rgba(var(--cor-background),1) 100%);
    height: 100px !important;
    margin-bottom: -100px;
}

/* ======================= SESSÃO 2 ======================= */
.sessao2 h1 {
    text-align: center !important;
    margin-top: 100px;
    margin-bottom: 50px;
}