.cards-with-image-text{display:flex;flex-wrap:wrap;justify-content:center}.cards-with-image-text .cards__card{background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.1)!important;cursor:pointer;display:flex;flex:1;flex-direction:column;flex-wrap:wrap;margin:15px;min-width:200px}.cards-with-image-text .cards__card img{margin-bottom:2rem}.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;padding:75px 160px}.popup-text{align-items:center;display:flex;flex:1.6}.popup-image-container{align-items:start;display:flex;flex:1;justify-content:right}.popup-image{width:320px}