.gallery-list{


    display: flex;
    flex-wrap: wrap;
   /* justify-content: center;*/
   justify-content: space-between;
   margin: 0 auto;
    width: 85%;
    gap: 10;
}

.gallery-list .gallery-product{
    display: flex;
    flex-direction: column;
   /* border: solid 0.4px #d1d1d1;*/
   margin: 0.5rem;
   width: 250px;
    margin: 2rem;
}



.gallery-list .gallery-product img{
    border: 4px solid #fff;
    box-shadow: 0 0 3px #ccc;
}

.gallery-list .gallery-product a{
    padding: 10px 10px;
    background-color: #FFA500;
    text-decoration: none;
    color: black;
    text-align: center;
}

.title-galeriaPage{
text-align: center;
    font-size: 2em;
    color: #333;
    background: #ccc;
    padding: 25px;
    text-transform: capitalize;
}

.title-galeria{
    font-weight: 600;
    color:#000;
    font-size: 1.8rem;

}
.gallery-Keywords{
  
}


.gallery-list-Keywords{
    margin: 0 auto;
    padding: 10px;
    width: 98%;
}

.gallery-list-Keywords li{
 
    margin-top: 20px;
}


.gallery-list-Keywords li a{
    text-decoration: none;
    color: #000;

    margin-top: 10px;
    font-size: 18px;
}

.gallery-product  img:hover {
    transition: 0.7s;
    opacity: 0.5;
    cursor: zoom-in;
}

.gallery-product  a:hover {
   background-color: #cc8503;
}

@media screen and (max-width: 750px) {
    .title-galeriaPage{
        font-size: 1.5rem;
    }
  }


.gallery-list-Keywords li.dropdown {
     padding-bottom: 0px;
}

.readMore {
    margin: 0 auto !important;
}