.cards-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
}

.cards-wrapper {
    display: flex;
    flex-direction: row;
}

.custom-card {
    position: relative; 
    flex: 0 0 auto;
    width: 238px; 
    height: 425px; 
    margin-right: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-primary {
position: absolute; 
bottom: 26px; 
left: 50%;
transform: translateX(-50%);
}

.card-text {
    direction: rtl;
}

.card-text {
    list-style-type: none;
}

.card-text li {
    text-align: right;
}

.card-text li {
margin-right: -35px;
}
.custom-icon {
    background: linear-gradient(313.87deg, rgb(255, 115, 0) 24.51%, rgb(255, 152, 0) 76.35%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
.custom-card {
margin-top: -3px;
}
}