.que-es .h2-subtitle {
	font-size: 18px;
}
.que-es .p-subtitle {
	font-size: 18px;
	line-height: 170%;
}
.powered{
  display:flex;align-items:center;justify-content:center;
}
.img-cont > .texto p{
  color:#FC4109;
}
.powered {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.powered > div{
  margin:5px 10px;
}
.powered__logos {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
}
.que-es h2{
	margin-top:0 !important;
	color:#333;
}
.que-es h4{
  line-height: 28px;
}
@media screen and (min-width:768px){
  .que-es div:not(.powered) > .texto{
    max-width: 445px;
    margin-top: 3vw;
    margin-left: 5%;
  } 
  .row.que-es { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display:         flex; flex-wrap: wrap; } .row.que-es > [class*='col-'] { display: flex; flex-direction: column; }
  .que-es .img-cont{
/*     background-size:330px auto; */
    background-position: center top;
  }.que-es > div:first-child{
    padding-right:25px;
  }.que-es > div:last-child{
    padding-left:25px;
  }
}
@media screen and (max-width:767px){
  .que-es > div:last-child{
    padding-top:15px;
  }
  .que-es .img-cont{
    background-image: none !important;
  }
  .que-es .only-mobile{
		display:none;
    width:100%;
  }
	.powered__logos {
		flex-direction: column;
	}
}
}
