.press-release-banner-section {
  background: #5cd497 url(../images/pressRelease-banner.png) center bottom / cover no-repeat;
  min-height: 660px;
}

/* press-release-and-interview-tab start here */
.press-release-and-interview-wrapper .nav-pills {
  justify-content: center;
}

.tab-pane:has(.Glimpses-light-box) {
  display: flex;
  justify-content: center;
}

.press-release-and-interview-wrapper .nav-pills .nav-link {
  text-align: center;
  font-weight: 700;
  font-size: 20.05px;
  color: #111111;
  width: 180px;
  height: 137px;

  img {
    display: block;
    margin-inline: auto;
    margin-bottom: 19px;
  }

  svg {
    color: #757575;
    margin-bottom: 19px;
    font-size: 50px;
  }
}

.press-release-and-interview-wrapper .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: transparent;
  border: 0.68px solid #d7d7d7;
  border-radius: 8px;
}

.press-release-and-interview-wrapper2 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #368420;
  border: 0.68px solid #d7d7d7;
  border-radius: 8px;

  svg {
    color: #fff;
  }
}

.press-release-and-interview-wrapper .tab-content {
  margin-top: 78px;
}

.press-inter-box {
  margin-bottom: 48px;
  text-align: center;
  text-wrap: balance;
  font-weight: 400;
  font-size: 21.14px;

  p {
    margin-block: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 63px;
  }

  .btn {
    width: 166.362060546875px;
    height: 52.5px;
    gap: 10px;
    border-radius: 8px;
    border: 1.36px solid #000000;
    place-content: center;

    &:hover {
      background-color: #368420;
      color: #fff;
    }
  }
}

.PI-img-box {
  aspect-ratio: 16/8;
  overflow: hidden;
  border-radius: 8px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* press-release-and-interview-tab end here */
.Glimpses-light-box {

  div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
    gap: 20px;

    .press-inter-box {
      display: block;
      width: 100%;
      gap: 0;

      img {
        margin-inline: auto;
      }


      .btn {
        margin-inline: auto;
      }

      .PI-img-box {
        position: relative;

        &::after {
          position: absolute;
          top: 50%;
          content: url(../images/play-white-btn.png);
          left: 50%;
          transform: translate(-50%, -50%);

        }
      }

    }
  }


}

@media screen and (max-width: 768px) {
  .press-release-banner-section {
    background-size: 170%;
    background-color: #90FAA9;
    min-height: 491px;
  }

  .press-release-and-interview-wrapper .nav-pills .nav-link {
    width: 150px;
    height: auto;
    padding: 20px 0;
    font-size: 16px;

    img {
      width: 50px;
      height: 50px;
    }
  }

  .press-inter-box {
    margin-bottom: 24px;

    p {
      -webkit-line-clamp: 3;
      /* Limits text to 3 lines */
    }
  }

  .Glimpses-light-box {

    div {

      grid-template-columns: repeat(1, 1fr);


    }


  }
}