img.logoexp {
    display: block;
    margin: 0 auto;
    width: auto;
}


  .timeline-item-wrapper {
    background-color: #1a1a1a; 
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
  }

  .tagAd {
    padding: 20px;
    background-color: #454545;
    margin: 10px 0px;
    border-radius: 10px;
}

.card {
    background-color: #1a1a1a;
}
  .subtitle {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }


  .timeline-item-wrapper h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.3;
  }


  .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem; 
    margin-bottom: 1rem;
  }