.cards-with-image-text{display:flex;flex-wrap:wrap;gap:5rem;justify-content:center}.cards-with-image-text>:nth-child(n+18){display:none}.cards-with-image-text .cards__card{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 0 15px rgba(0,0,0,.1)!important;cursor:pointer;min-height:430px;min-width:300px;overflow:hidden;position:relative;width:30%}.cards-with-image-text .cards__card .leader-card-footer{background:#0064ff;bottom:0;color:#fff;display:flex;flex-direction:column;opacity:.8;padding:10px 20px;position:absolute;transition:.3s;width:100%}.cards-with-image-text .cards__card .leader-card-hover-text{background:#0064ff;color:#fff;display:flex;flex-direction:column;height:100%;opacity:0;padding:20px 30px;transition:.3s}.cards-with-image-text .cards__card .leader-card-know-more{background:#fff;color:#000;font-size:18px;margin-top:15px;opacity:.8;padding:15px 20px;width:fit-content}.load-more-container{display:flex;justify-content:center}#load-more-btn{align-self:center;background:#0064ff;color:#fff;cursor:pointer;font-size:18px;margin-top:30px;padding:15px 20px;width:fit-content}.cards-with-image-text .cards__card .leader-card-footer .name{font-size:16px;font-weight:700;line-height:1.5}.cards-with-image-text .cards__card .leader-card-footer .designation{font-size:12.5px;line-height:1.5}.popup{background:#fff;bottom:0;display:none;left:0;min-height:100%;overflow-x:hidden;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:100;z-index:1000001}.popup-header{border:1px solid #fff;display:flex;justify-content:end}.popup-close-btn{align-items:center;border:1.5px solid #e6e6e6;border-radius:50%;color:grey;display:flex;font-size:30px;height:50px;justify-content:center;margin-right:80px;transition:.3s;width:50px}.popup-close-btn:hover{opacity:.7}.popup-content{display:flex;margin-top:50px;padding:120px}.popup-text{flex:1}.popup-image-container{align-items:start;display:flex;flex:1;justify-content:center}.popup-image{height:270px;width:250px}.btn{border:1px solid red}@media (max-width:767px){.cards-with-image-text .cards__card{width:90%}.popup-content{display:flex;margin-top:20px;padding:40px}.popup-close-btn{margin-right:20px}}