/* Card Container */
.trad-vision-card-container {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    overflow: hidden;
    max-width: auto;
    margin: 0 auto;
  }
  /* Card Content */
  .vision-card-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
  }
  
  /* Label Styling */
  .trad_vision-card-label {
    position: absolute;
    width: auto;
    background-color: #e74c3c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translate(0px, 0px);
    /* display: none; */
  }