body{
    margin-inline: 7%;
}
.container1{
    margin-top: 180px;
    display: flex;
    justify-content: space-between;
}
.container1 img{
    width: 400px;
}
.container1 .imgC{
    display:none;
}
.container1A{
    width: 60%;
}
.container1A h5 {  
    font-size: 18px;
    font-weight:600;
    color: #e9e9e9;
}
.container1 h1{
    margin-bottom: 90px;
    margin-top: 40px;
}

.container1C{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.container1C h1 {
    font-weight: 800;
}

@media(max-width: 1087px){
    .container1A{
        width: 100%;
    }
    .container1 .imgC{
        display:block;
        max-width: 80%;
        margin-bottom: 20%;
        margin-left: -25px;
    }
    .container1 .imgP{
        display:none;
    }
}
.container2{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
    color: #e9e9e9;
}
.Formacao, .ExH{
    width: 500px;
}
.Formacao h1{
    font-weight: 800;
    margin-bottom: 20px;
}
.palestras{
    margin-bottom: 60px;
}
.palestras h2{
    font-weight: 800;
    margin-bottom: 30px;
}
.curso h4{
    font-weight: 800;
}
.curso{
    margin-bottom: 60px;
}
.ExH h1 {
    font-weight: 800;
    margin-top: 60px;
}
.unidade{
    margin-bottom: 35px;
    margin-top: 30px;
}
.ExH h1:first-child{
    margin-top: 0px;
}
.unidade ol{
    margin-top: 30px;
}