.contenedor-aplicaciones-burger-king-popeyes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    
}
 .contendor-total-aplicaciones{
  background: var(--Color-Sand-20, #FFF5EC);
}
.contenedor-blanco-aplicaciones{
  background: var(--Color-Surface-General-1, #FFF);
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  padding-top: 40px;
}
.contenedor-burger-king, .contenedor-popeyes{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.logo-burger{
    width: 256px;
    height: 30px;
}

.logo-popeyes{
    width: 189px;
    height: 30px;
}

.logo-apple-store, .logo-google-play{
    width: 120px;
    height: 40px;
}

@media(min-width:992px){
 .contenedor-aplicaciones-burger-king-popeyes{
    flex-direction: row;
     gap: 64px;
 }
 .titulo-aplicaciones{
     width:828px;
     margin-left:auto;
     margin-right:auto;
 }
}

@media(min-width:1200px){
   .titulo-aplicaciones{ width:996px;
                       }
}

@media(min-width:1920px){
    .titulo-aplicaciones{width:1272px;}
}