.press-release-gallery{display:flex;flex-wrap:wrap;justify-content:center;padding:50px 0;width:100%}.pr-gallery-container{flex:0 0 100%;height:100%;max-width:1400px}.gallery-flex{display:flex;flex-wrap:wrap;height:auto;justify-content:center;width:100%}.pr-card-content{background-color:#fff;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,.5);height:100%;overflow:hidden;position:relative}.pr-card{flex:0 0 350px;padding:20px 10px}.pr-card-details{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:50%;left:0;opacity:0;padding:15px 10px;position:absolute;top:100%;transition:.3s ease-in;width:100%}.pr-card:hover .pr-card-details{opacity:1;top:50%!important}.pr-title{display:-webkit-box;font-family:Poppins;font-size:clamp(.7rem,2vw,1rem);font-weight:600;max-width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.pr-title,.pr-title a{color:#fff}@media only screen and (max-width:700px){.pr-card{flex:0 0 50%}}