.custom.select-to-display{align-items:center;display:flex;gap:1.5rem;margin:auto;max-width:1040px;width:100%}.custom.select-to-display .col{width:50%}.custom.select-to-display .col.images{display:grid;place-items:center;position:relative}.custom.select-to-display .col.images img{grid-area:1/1;height:auto;max-width:100%;opacity:0;transform:scale(.95);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);visibility:hidden}.custom.select-to-display .col.images img.active{opacity:1;transform:scale(1);visibility:visible}.custom.select-to-display .entry{align-items:center;border-bottom:1px solid #0000001a;cursor:pointer;display:flex;gap:1rem;padding:1.5rem 0;transition:all .3s ease}.custom.select-to-display .entry:last-child{border-bottom:none}.custom.select-to-display .entry .icon{height:2rem;width:2rem}.custom.select-to-display .entry .icon svg{color:#b9b9b9;fill:#b9b9b9;height:100%;width:100%}.custom.select-to-display .entry .h4{color:#626262;margin:0}.custom.select-to-display .entry:hover .icon svg{color:var(--payactiv-blue);fill:var(--payactiv-blue)}.custom.select-to-display .entry:hover .h4{color:var(--payactiv-blue)}@media (max-width:768px){.custom.select-to-display{flex-direction:column}.custom.select-to-display .col{width:100%}.custom.select-to-display .col.images{margin-bottom:2rem;order:-1;width:100%}}