.main-container{
    text-align: justify;
}

.presentation{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 895px;
    margin: auto;
}

h1{
    max-width: 700px;
    min-height: 70px;
    display: flex;
    margin: 50px auto;
    justify-content: center;
    align-items: center;
    background-color: var(--Azul-Claro);
    border-radius: 35px;
    padding: 15px;
}

#img-presentation{
    box-shadow: 0px 0px 7px 3px grey;
    border-radius: 25px;
}

#quemSomos{
    margin-top: 100px;
}

.main-description{
    background-color: var(--Azul);
    margin: 50px auto;
    max-width: 50%;
    border-radius: 25px;
}

.title-description{
    margin: 15px auto;
    max-width: 90%;
    padding-top: 20px;
    border-bottom: 2px solid var(--Branco);
}

.paragraph-description{
    max-width: 90%;
    margin: 10px auto;
    padding-bottom: 20px;
    font-size: 30px;
}

.list{
    max-width: 80%;
    margin: 20px auto;
    padding-bottom: 20px;
    font-size: 30px;
}

span{
    font-weight: bold;
}

.main-theme{
    margin-bottom: 60px;
}

.description{
    max-width: 90%;
    padding: 20px 30px;
    border: 2px solid var(--Branco);
    border-radius: 25px;
}

.introduction{
    font-size: 30px;
}

#introductionQuemSomos{
    width: 780px;
    margin: 80px auto;
}

h2{
    margin: 30px auto;
    margin-bottom: 50px;
}

@media (max-width: 1024px){
    .main-description{
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    #img-presentation{
        max-width: 80%;
    }
    .title-description{
        font-size: 25px;
    }
    .paragraph-description{
        font-size: 20px;
    }
    .list{
        font-size: 20px;
    }
    .introduction{
        font-size: 20px;
    }
    h1{
        font-size: 26px;
    }
}

@media (max-width: 500px) {
    h1{
        font-size: 22px;
    }
    .main-description{
        max-width: 90%;
    }
}

@media (max-width: 375px) {
    h1{
        font-size: 16px;
    }
}