
/* CLASSES */

.badge-container {
    padding: 0 6rem;
  }
  
  .podcast-col {
    /* position: relative; */
    /* appears to no longer be relevant */
  }
  
  .podcast-description {
    /* appears to only be for media queries */
  }
  
  .podcast-img {
    width: 100%;
    max-width: 200px;
    aspects-ratio: 1/1;
    display: block;
    margin: auto;
  }
  
  .podcast-item {
    margin: 4rem 0;
  }
  
  .podcast-platform-img {
    max-width: 200px;
    display: block;
    margin: auto;
    padding: 0.5rem 0;
  }
  
  .podcast-title {
    /* display: flex; */
    /* appears to no longer be relevant */
  
    /* appears to only be for media queries */
  }
  
  @media (max-width: 767px) {
    .podcast-description {
      text-align: center;
    }
  
    .podcast-title {
      text-align: center;
      padding: 1rem 0;
    }
  }
  