.brand .logo-market {
    float: left;
    margin-left: 2%;
}
.brand .brand-text {
    padding-top: 5%;
    float: left;
    color: white;
    display: inline-block;
    margin-left: 5%;
}
section .marcas {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
}
article .marca {
    width: 40%;
    height: 40%
}