.podcast {
  background-color: #1876db;
  background-image: url(/wp-content/themes/crumplepop/assets/images/bg_lines_blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.podcast > img {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (max-width: 575px) {
  .podcast > img {
    width: 80px;
  }
}
.podcast > img:hover {
  opacity: 1;
}
.podcast > img:nth-child(1) {
  left: 341px;
  top: 63px;
}
@media (max-width: 1200px) {
  .podcast > img:nth-child(1) {
    left: 100px;
  }
}
@media (max-width: 675px) {
  .podcast > img:nth-child(1) {
    display: none;
  }
}
.podcast > img:nth-child(2) {
  right: 576px;
  top: 143px;
}
@media (max-width: 992px) {
  .podcast > img:nth-child(2) {
    right: 300px;
  }
}
.podcast > img:nth-child(3) {
  right: 184px;
  top: 63px;
}
@media (max-width: 992px) {
  .podcast > img:nth-child(3) {
    right: 100px;
  }
}
.podcast > img:nth-child(4) {
  left: 88px;
  bottom: 57px;
}
@media (max-width: 575px) {
  .podcast > img:nth-child(4) {
    left: -30px;
  }
}
.podcast > img:nth-child(5) {
  left: 549px;
  bottom: 153px;
}
@media (max-width: 1200px) {
  .podcast > img:nth-child(5) {
    left: 300px;
  }
}
@media (max-width: 575px) {
  .podcast > img:nth-child(5) {
    left: 150px;
  }
}
.podcast > img:nth-child(6) {
  right: 368px;
  bottom: 57px;
}
@media (max-width: 992px) {
  .podcast > img:nth-child(6) {
    right: 150px;
  }
}
@media (max-width: 675px) {
  .podcast > img:nth-child(6) {
    display: none;
  }
}
.podcast > img:nth-child(7) {
  right: -24px;
  bottom: 153px;
}
@media (max-width: 675px) {
  .podcast > img:nth-child(7) {
    bottom: 30px;
  }
}
.podcast .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 944px;
}
@media (max-width: 575px) {
  .podcast .content {
    height: 667px;
  }
}
.podcast h2 {
  font-family: Muller-Medium;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  max-width: 827px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .podcast h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .podcast h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

/*# sourceMappingURL=podcast.css.map */
