.card {
      border: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .card:hover {
      transform: translateY(-5px);
    }
    .card-title {
      color: #bdb76b;
      font-weight: 600;
    }
    .section-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #333;
    }
    .bg-light-blue {
      background-color: #f8f9fa;
    }
    .contact-section {
      background-color: #e9ecef;
      padding: 3rem 1rem;
      border-radius: 0.5rem;
    }
    .contact-section address {
      font-size: 1.2rem;
      line-height: 2.2;
    }
    .contact-section i {
      color: #bdb76b;
      margin-right: 0.5rem;
    }
    .logo-center {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0 2rem 0;
    }
    .logo-center img {
      width: 100%;
      max-width: 900px;
      height: auto;
    }
    a{
        color: #bdb76b;
    }