.card .card-header {
    background-color: #000;
    color: var(--white);
  }
  .card .list-group-item a {
    min-height: 50px;
    color: white;
  }

  .fa-microphone-alt {
    margin-right: 10px;
}


  .card .list-group-item img {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card .list-group-item span {
    padding: 0 60px;
  }
  
  .img_container, .img_container2 {
    text-align: center;
  }

  .links {
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    padding: 0 10px;
  }
  
  .links .link {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    border: 2px solid #BC9047;
    background-color: #BC9047;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
  }
  
  .links .link:hover {
    color: #BC9047;
    background-color: transparent;
  }

  /* Cards */

  
  div.card {
    width: 280px;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 2px 4px #1b1b1b33;
    margin: 15px;
  
  }
  
  div.card-image {
    width: 100%;
    height: 230px;
    border-radius: 5px 5px 0 0;
  }
  
  div.card-image img {
    width: 100%;
    max-width: 100%;
    height: 230px;
    border-radius: 5px 5px 0 0;
  }
  
  div.card-description {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    padding: 25px;
  }
  
  div.card-description h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  div.card-description p {
    color: black;
    font-size: 14px;
    margin-bottom: 16px;
  }
  
  div.card-description a {
    color: #BC9047;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  div.card:hover {
    box-shadow: 0 10px 30px -5px rgba(10, 16, 34, 0.2);
  }
  
  div.card-image img:hover {
    opacity: 0.8;
  }
  
  .fa.fa-envelope.fa-2x {
    color: grey;
  }