.items{display:flex;flex-wrap:wrap;justify-content:center;column-gap:100px;row-gap:2rem;margin-top:2rem}.item{cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:179px}.item .round-img-container{border-radius:9999px;overflow:hidden;aspect-ratio:1;display:flex;justify-content:center}.item .round-img-container:hover{border:2px solid #ff9027}.item .round-img-container img{width:100%;height:100%;object-fit:cover}.item .round-img-container.img-contain img{object-fit:contain}.item .round-img-container.img-contain-small img{object-fit:contain;width:70%}.item p{text-align:center}.popup-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.35);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;z-index:1000;overflow:hidden}.popup-bg .item_popup{position:relative;width:90vw;max-width:800px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#fff;box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.1) 0px 10px 15px -3px,rgba(0,0,0,.1) 0px 4px 6px -4px;border-radius:8px;padding:24px}.popup-bg .item_popup .close{position:absolute;top:12px;right:16px;cursor:pointer;z-index:1}.popup-bg .item_popup .close:hover{color:#ff9027}.popup-bg .item_popup .round-img-container{border-radius:9999px;overflow:hidden;aspect-ratio:1;width:200px;border:2px solid #ff9027;margin-bottom:10px}@media(max-width: 768px){.popup-bg .item_popup .round-img-container{width:150px;height:150px}}.popup-bg .item_popup .round-img-container img{width:100%;height:100%;object-fit:cover}.popup-bg .item_popup .round-img-container.img-contain img{object-fit:contain}.popup-bg .item_popup .item_text{text-align:center;width:100%}