.insights {
  margin-top: 60px;
}
.insights .tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: gray;
  overflow: hidden;
  height: 24px;
}
@media (max-width: 992px) {
  .insights .tags {
    font-size: 16px;
    height: 20px;
  }
}
.insights .tags .tag:not(:first-of-type)::before {
  content: "";
  margin: 0 6px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: gray;
  position: relative;
  bottom: 6px;
}
@media (max-width: 992px) {
  .insights .tags .tag:not(:first-of-type)::before {
    bottom: 4px;
  }
}
.insights .title {
  margin-top: 16px;
  font-size: 30px;
}
@media (max-width: 992px) {
  .insights .title {
    font-size: 22px;
  }
}
.insights .content {
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .insights .content {
    font-size: 16px;
    margin-top: 0;
  }
}
.insights .date {
  margin-top: 20px;
  color: grey;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .insights .date {
    font-size: 14px;
    margin-top: 0;
  }
}
.insights .button {
  margin-top: 30px;
}
.insights .main-title {
  margin: 20px 0 40px;
  font-size: 40px;
}
@media (max-width: 992px) {
  .insights .main-title {
    font-size: 30px;
  }
}
.insights__sticky {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #F2F5F7;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .insights__sticky {
    grid-template-columns: 1fr;
    margin: 0 -20px 60px;
    width: calc(100% + 40px);
  }
}
.insights__sticky .sticky-content {
  padding: 60px;
}
@media (max-width: 992px) {
  .insights__sticky .sticky-content {
    padding: 30px 20px 60px;
  }
}
.insights__sticky .wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights__sticky .tags {
  margin-top: 0;
}
.insights__sticky .title {
  font-size: 48px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .insights__sticky .title {
    font-size: 30px;
    margin-top: 15px;
  }
}
.insights__sticky .content {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .insights__sticky .content {
    margin-top: 20px;
  }
}
.insights__sticky .date {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .insights__sticky .date {
    margin-top: 20px;
    font-size: 16px;
  }
}
.insights__sticky .button {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .insights__sticky .button {
    margin-top: 40px;
  }
}
.insights__top-post {
  display: grid;
  grid-template-columns: 2.14fr 1fr;
  grid-column-gap: 60px;
}
@media (max-width: 992px) {
  .insights__top-post {
    grid-template-columns: 1fr;
  }
}
.insights__top-post .top-content {
  border-top: solid 1px black;
}
.insights__top-post .wp-post-image {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .insights__top-post .wp-post-image {
    max-height: none;
  }
}
.insights .sidebar {
  background-color: #F2F5F7;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .insights .sidebar {
    display: none;
  }
}
.insights .sidebar .podcast-sidebar {
  margin-top: 0;
}
.insights .sidebar .podcast-sidebar .content-container {
  grid-template-columns: 1fr;
  grid-template-areas: "header" "content" "player";
}
.insights .sidebar .podcast-sidebar .content-wrapper {
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 1440px) {
  .insights .sidebar .podcast-sidebar .content-wrapper {
    grid-template-columns: 1fr;
  }
  .insights .sidebar .podcast-sidebar .content-wrapper .content {
    order: 2;
  }
}
.insights__posts {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .insights__posts {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.insights__posts .post-content {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.insights__posts .post-content .wp-post-image {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .insights__posts .post-content .wp-post-image {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .insights__posts .post-content .wp-post-image {
    display: none;
  }
}
@media (max-width: 992px) {
  .insights__posts .post-content .tags {
    margin-top: 0;
  }
}
.insights__posts .button-wrapper {
  margin-top: 30px;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.insights__posts .button-wrapper .button {
  margin: 0;
}
