.support-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }
  body {
    background-color: white !important;
    font-family: 'Inter', sans-serif !important;
  }
.support-section img {
  min-height: 350px !important;
    width: 100%;
    object-fit: cover;
  }

  @media (max-width: 991.98px) {
    .support-title  {
      font-size: 2.2rem;
    }
    .support-section img {
      min-height: auto !important;
        width: 100%;
        object-fit: cover;
      }
  }
  
  /* Mobile */
  @media (max-width: 767.98px) {
    .support-title  {
      font-size: 1.3rem;
    }
  }
 
  .breadcrumb {
    --bs-breadcrumb-divider: ">";
  }
  
  .breadcrumb li {
    color: #999999;
    font-weight: bold;
 }
  
  .breadcrumb-item a {
    color: #999999;
    font-weight: bold;
    text-decoration: none !important;
  }
  
  
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #272e36; /* Màu khi hover */
  }
  .answer-box {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px;
    gap: 20px;
  }

  .a-label {
    background-color: #d50000;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
  }
  