.clubmedSection {
    min-height: 90dvh;
    display: grid;
    grid-template-columns: 50% 50%;
    font-family: poppins;
}

.clubLeft {
    padding: 2em;
}

.clubLeft h1 {
    font-size: 2em ;
}

.clubLeft p {
    margin-top: 1em;
}

.clubLeft .guestTittle{
    font-size: 3em;
}

.clubRigth {
    padding: 1em;
    display: flex;
    align-items: center;
}
.clubRigth img{
    width: 99%;
}
/* Centro estético carla cruz */

.ceSection{
    min-height: 90dvh;
    background-color: #3d3d3d;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    padding: 2em;
    font-family: poppins;
    color: white;
}

.ceRigth{
    display: flex;
    flex-direction: column;
}

.ceRigth .ceTittle{
    font-size: 3em;
}

.ceRigth .ceSubTittle{
    font-size: 1.9em;
}

.ceRigth p {
    margin-top: 1em;
    font-weight: 200;
    font-size: 1.3em;
}

.ceLeft {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ceLeft img {
    width: 100%;
}

/* Chez Bisutti */

.chezSection {
    min-height: 90dvh;
    display: grid;
    grid-template-columns: 50% 50%;
    font-family: poppins;
    padding: 1em;
}

.chezLeft {
    padding: 1em;
}

.chezLeft h1 {
    font-size: 2em;
}

.chezLeft p {
    margin-top: 1em;
    font-size: 1.2em;
}

.chezRigth {
    display: flex;
    justify-content: center;
}
.chezRigth img{
    width: 50%;
    border-radius: 30px
}

/* belmonte */

.projetoSection {
    min-height: 90dvh;
    display: grid;
    grid-template-columns: 50% 50%;
    font-family: poppins;

}

.projetoLeft{
    padding: 1em;
}

.projetoLeft {

}

.projetoLeft img {
    width: 100%;
    border-radius: 20px;
}

.projetorigth{
    padding: 1em;
}

.projetorigth h1 {
    font-size: 2em;
}

.projetorigth p {
    margin-top: 1em;
}