.no-select{user-select:none;-webkit-user-select:none;-ms-user-select:none}.no-select.container-card-slide{background-color:#fff;border:1px solid #245bf2;border-radius:25px;margin:auto;max-width:1051px;padding:40px}.slider-container{margin:auto;max-width:950px;overflow:hidden}.slider-title{font-family:Neulis alt;font-size:1.5rem;font-weight:100;margin-bottom:20px;padding:10px}.card-slider{display:flex;gap:20px;overflow-x:auto;padding:20px 0}.card-slider::-webkit-scrollbar{display:none}.card{background-color:#f7f7f5;border-radius:15px;flex:0 0 300px;overflow:hidden;padding:15px}.card-content{display:flex;flex-direction:column}.card img{border-radius:10px;height:180px;object-fit:cover;width:100%}.card-title{font-family:Neulis alt;font-size:1.1rem;font-weight:100;margin-bottom:10px}.card-text{font-family:Inter;font-size:14px;line-height:125%;margin-bottom:15px}.card-button{background:none;border:1px solid #1b50dd;border-radius:50px;color:#1b50dd;cursor:pointer;font-family:Neulis Alt;font-weight:100;padding:10px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .3s;width:100%}.card-button:hover{background:#1b50dd;color:#fff}.slider-nav{display:flex;gap:10px;justify-content:end}.nav-btn{background-color:#1b50dd;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:40px;width:40px}@media (max-width:768px){.card{flex:0 0 80%}.no-select.container-card-slide{padding:20px}}