/* conheça */

section.meet article {
    width: 100%;
    max-width: 600px;
}

section.meet h2 {
    font-size: 32px;
}

section.meet p.text {
    font-size: 18px;
    margin-top: 8px;
}

section.meet aside img {
    height: auto;
    width: 450px;
    border-radius: 16px;
}

@media (max-width: 1200px) {
    section.meet aside img {
        width: 350px;
    }
}

@media (max-width: 992px) {
    section.meet aside img {
        width: 250px;
    }

    section.meet h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    section.meet aside {
        display: none;
    }

    section.meet article {
        padding: 16px;
        border-radius: 16px;
        margin: 0;
    }

    section.meet {
        background-color: #E8E7EA;
        /* background-image: url(../imgs/backgrounds/bg-meet.webp); */
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 32px;
    }
}

@media (max-width: 445px) {
    section.meet article {
        padding: 8px;
    }

    section.meet h2 {
        font-size: 20px;
    }

    section.meet p.text {
        font-size: 14px;
    }

}

/* conheça */