.carousel-items{margin:0 0 1.5rem;display:flex;overflow-x:scroll;padding:1rem 0;scroll-snap-type:x mandatory}.carousel-item{display:inline-block;margin-bottom:30px;flex:1 0 250px;margin-left:1rem;scroll-snap-align:start}.card{display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;padding:1rem;width:auto;height:280px;cursor:pointer;border:.1px solid #bac6d337}::-webkit-scrollbar{height:5px;border-radius:5px;cursor:pointer}::-webkit-scrollbar-thumb:horizontal{background-color:#3d4852;border-radius:3px;cursor:grab}::-webkit-scrollbar-thumb:vertical{background-color:#3d4852;border-radius:3px;cursor:pointer}::-webkit-scrollbar-thumb:hover{background-color:var(--phoneBlue)}