.contenedor-tiendas {
    margin-top: 130px;
    text-align: center;
}

.contenido-tienda h2 {
    font-size: 32.67px;
    margin-bottom: 15px;
    font-weight: 600;
}

.plataformas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.plataformas img {
    object-fit: contain;
}

.apple {
    width: 40px;
    height: 49px;
}

.android {
    width: 50px;
}

.huawei {
    width: 45px;
}

.contenedor-tiendas .tienda-boton button {
    margin-top: 65px;
}

.tienda-boton{
    width: 100%;
    text-align: center;
}

.tienda-boton button{
   font-family: Montserrat, sans-serif !important;
   font-size: 32.67px ;
   color: #FFFFFF ;
   font-weight: bold;
   width: 321px;
   height: 78px;
   background-color: #319324;
   border: none;
   border-radius: 20px;
   cursor: pointer;
}