/* Add custom CSS styles below */ 
.custom-card {
  display: flex;
  flex-direction: column; /* يخلي الترتيب عمودي */
  align-items: center;    /* توسيط العناصر */
  text-align: center;     /* النص في المنتصف */
}

.custom-card .text-box {
  order: -1; /* يخلي النص يطلع فوق الصورة */
  margin-bottom: 15px;
}