.marcas-holder{
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.marcas-holder .marca img{
	max-height: 200px;
}

.marca img {
    width: 80%!important;
}

.marca {
    width: 234px;
    height: 150px;
    background: #F5F5F5;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    box-shadow: 5px 10px 21px -9px;
}

.mobile-footer .marcas-holder .marca img{
    border: 1px solid #e0e0e0;
    max-width: 100%;
    height: auto;
    width: 60%;