.podcast-section {
    position: relative;
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .podcast-section .content-area .title-area {
    margin-bottom: 40px;
  }
  .podcast-section .content-area .podcast-area .podcast-title {
    margin-bottom: 20px;
  }
  .podcast-section .content-area .podcast-area .podcast-container {
    opacity: 0;
    transition: all 0.35s;
    margin-bottom: 40px;
  }
  .podcast-section .content-area .podcast-area .podcast-container.slick-initialized {
    opacity: 1;
    transition: all 0.35s;
  }
  .podcast-section .content-area .podcast-area .podcast-container .slick-list {
    overflow: visible;
  }
  .podcast-section .content-area .podcast-area .podcast-container .slick-list .slick-track {
    display: flex;
  }
  .podcast-section .content-area .podcast-area .podcast-container .slick-list .slick-track .content-box {
    height: auto;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box {
    position: relative;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 386px;
    margin-right: 20px;
    transition: all 0.35s;
  }
  @media (max-width: 767.98px) {
    .podcast-section .content-area .podcast-area .podcast-container .podcast-box {
      width: 320px;
    }
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box:not(.slick-active) {
    opacity: 0.3;
    transition: all 0.35s;
  }
  @media (max-width: 991.98px) {
    .podcast-section .content-area .podcast-area .podcast-container .podcast-box:not(.slick-active) {
      opacity: 1;
    }
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .image-area {
    width: 100%;
    height: 194px;
    position: relative;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .image-area.no-overlay::after {
    display: none;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .image-area img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .image-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/founder-stories-img-overlay.png);
    background-size: cover;
    background-position: center;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area {
    padding: 20px;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area .meta {
    display: flex;
    flex-wrap: wrap;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area .meta h6 {
    color: #207552;
    text-transform: uppercase;
    border-right: 1px solid #e0e0e0;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area .meta h6:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area h5 {
    margin-bottom: 20px;
    color: #545454;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area p {
    margin-bottom: 0;
    color: #545454;
  }
  .podcast-section .content-area .podcast-area .podcast-container .podcast-box .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .wp-block-acf-podcasts {
    margin-top: 0 !important;
  }

  .wp-block-acf-podcasts .podcast-section .content-area {
    position: relative;
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-acf-podcasts .podcast-section .content-area .title-area h3 {
    font-family: "Acta";
    color: #207552;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 50;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .wp-block-acf-podcasts .podcast-section .content-area .podcast-area .podcast-title h4 {
    font-family: "Acta";
    color: #207552;
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 50;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .podcast-section .content-area .podcast-area .podcast-container .podcast-box {
    height: inherit;
  }

  .wp-block-acf-podcasts .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area .meta h6 {
    margin-top: 0;
    font-family: "TT Commons Pro Variable";
    font-weight: 490;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 2px;
  }

  .wp-block-acf-podcasts .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area h5 {
    margin-top: 0;
    font-family: "Acta";
    font-weight: 50;
    font-size: 24px;
    line-height: 28.8px;
  }

  .wp-block-acf-podcasts .podcast-section .content-area .podcast-area .podcast-container .podcast-box .text-area p {
        line-height: 26px;
        font-size: 18px;
        font-weight: 420;
        font-family: "TT Commons Pro Variable";
    }

    .podcast-section .content-area .text-area ul li {
        font-size: 18px;
        font-family: "TT Commons Pro Variable";
        line-height: 26px;
        font-weight: 420;
    }
    
      .podcast-section .wp-block-button__link.wp-element-button {
        display: inline-flex;
        align-items: center;
        -moz-column-gap: 8px;
        column-gap: 8px;
        font-size: 14px;
        line-height: 17.5px;
        letter-spacing: 2px;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #c5c5c5;
        border-radius: 4px;
        padding: 11px 24px;
        font-family: "TT Commons Pro Variable";
        font-weight: 420;
      }
    
      .podcast-section .wp-block-button__link.wp-element-button::after {
        background-image: url(../../assets/images/button-arrow-dark.png);
        width: 32px;
        height: 16px;
        background-repeat: no-repeat;
        content: "";
        display: block;
        background-size: contain;
        transition: all 0.35s;
      }
    
      .podcast-section .wp-element-button:hover, .podcast-section .wp-block-button__link.wp-element-button:hover {
        background-color: #ffffff !important; 
        color: #000 !important;
      }
    
      .podcast-section .wp-block-button__link.wp-element-button:hover::after {
        transform: translateX(5px);
        transition: all 0.35s;
      }
      
      .podcast-section .content-area .podcast-area .podcast-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
    
      .podcast-section .content-area .podcast-area .podcast-title h4 {
        flex-shrink: 1;
      }
    
      .podcast-section .content-area .podcast-area .podcast-title .modal-nav {
        display: flex;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 10px;
        justify-content: flex-end;
      }
    
      .podcast-section .content-area .podcast-area .podcast-title .modal-nav .prev {
        border-radius: 4px;
        border: 1px solid #c5c5c5;
        background: #fff;
        background-image: url(../../assets/images/button-arrow-dark.png);
        background-size: 32px 16px;
        background-position: center;
        background-repeat: no-repeat;
        width: 80px;
        height: 40px;
        transform: scale(-1);
        cursor: pointer;
      }
    
      .podcast-section .content-area .podcast-area .podcast-title .modal-nav .next {
        border-radius: 4px;
        border: 1px solid #c5c5c5;
        background: #fff;
        background-image: url(../../assets/images/button-arrow-dark.png);
        background-size: 32px 16px;
        background-position: center;
        background-repeat: no-repeat;
        width: 80px;
        height: 40px;
        cursor: pointer;
      }

      .podcast-section .content-area .podcast-area .podcast-title h4 {
        margin-bottom: 0;
      }

      .podcast-section .content-area .podcast-area .podcast-title {
        margin-bottom: 16px;
      }

      .podcast-section .content-area .podcast-area .podcast-container .slick-arrow {
        opacity: 0;
      }

      @media (max-width: 767.98px) {
        .podcast-section .content-area .podcast-area .podcast-title {
          flex-wrap: wrap;
        }

        .podcast-section .content-area .podcast-area .podcast-title h4 {
          margin-bottom: 20px;
          width: 100%;
        }
      }