.flex {
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: black;

}

.vantagens {
	
	align-items: center;
	justify-content: center;
	color: black;
    padding-right: 10px !important;
}

.flex img{
    width: 350px;
    height: auto;display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
}


.item2 {
    width: 350px;
    height: auto;display: flex;
    flex-direction: row;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    
    padding: 50px;
}


@media (max-width: 525px) {
    .flex img{
    width: 450px;
    height: auto;display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    padding: 30px !important;
}
  
  
@media (min-width: 978px) {
    .item2 {
    width: 350px;
    height: auto;display: flex;
    flex-direction: row;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    
    padding: 0;
}
}