.image-with-items-container{display:flex;flex-direction:column;height:auto;width:100%;margin:0;margin-bottom:3vh;padding:0 2rem;justify-content:center}.image-with-items{margin:0 auto}.module-image{overflow:hidden}.items{display:flex}.item{margin-right:10px;color:#585858;font-weight:500;text-decoration:underline 2px #585858;text-underline-offset:7px;cursor:pointer;position:relative}.popup{cursor:pointer}.popup_text_image{max-height:10rem;width:auto}.popup .popuptext{display:none;background-color:#fff;color:#585858;text-align:center;padding:8px 0;position:absolute;z-index:1;bottom:130%;box-shadow:0px 10px 55px rgba(0,0,0,0.25);height:20rem;width:auto}.popup .show{display:flex;-webkit-animation:fadeIn 1s;animation:fadeIn .2s;flex-direction:column;justify-content:center;align-items:center;padding:20px 40px}[data-hs-cos-field="item_title"]{margin-left:-10px;margin-right:-10px}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.item-detail-button{background:white;color:#585858;border:2px solid #585858;display:flex;justify-content:center;align-items:center;font-weight:600;padding-top:4px}.item-detail-button:hover{color:#3b3b3b;border:2px solid #3b3b3b}