#sections{
    font-family: "OpenSans Regular", Arial;
    color: #6D6E71;
}
#sections img{
    max-width: 100%;
    border-radius: 8px;
}
#sections>div{
    padding: 55px;
}
.h1Projects{
    font-size: 3em;
    margin-bottom: 15px;
}
#sections>div.section0{
    padding: 6px 0 40px;
}
.section1{
    background: #FFFFFFFF;
}
.section2{
    background: #E6E7E8;
}
.section3{
    background: linear-gradient(0deg, #E04C58, #E87982);
    color: white;
}
.section4{
    background-color:#313135;
    color: white;
}
.section5{
    background: linear-gradient(0deg, #D9D9D8, #FFFFFF);
}
.verticalCenterProjects{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.titleProjects{
    font: 1.7em/1.2em Museosans_500, Arial, sans-serif;
    margin-bottom: 0.5em;
}
.titleProjects.gray{
    color: var(--neutral-grey5);
}
.img_margin{
    margin-bottom: 1.5em;
}
.img_text_block>div{
    margin: 2em auto;
}

@media (max-width: 767px) {
    .verticalCenterProjects{
        gap:25px;
    }
    .h1Projects{
        font-size: 2em;
        padding: 10px 55px;
    }
    #sections>div.section0{
        padding: 6px 55px 40px;
    }
}