h4 {
    text-align: center;
    font-size: 5rem;
    margin: 3% 0;
    font-style: italic;
}

div.foto-nosotros img {
    height: 400px;
    width: 400px;
    margin-left: 2.5%;

}

div.texto-nosotros {
    width: 100%;
    margin-right: 2.5%;
    margin-left: 4.5%;
    margin-top: 20px;
}

h5 {
    font-size: 1.5rem;
}
h2 {
    font-size: 3.5rem;
    display: inline-block;
    text-align: center;
}
h2 span {
    font-size: 3.5rem;
    color: orange;
}
.logo-tienda-2 {
    width: 2%;
    display: flex;

}

h1 {
    font-style: italic;
    margin-bottom: 5%;
    font-weight: bold;
    font-size: 1.5rem;
}

h6 {
    font-size: 1.75rem;
}

.contenedor {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

div.RedesSociales img {
    width: 35px;
    height: 35px;
    margin-right: 3%;
    margin-top: 2%;
}