.podcasts-home {
  display: block; position: fixed;
  right: 0px; bottom: 0px;
  padding: 20px 10px;
  width: 100%; max-width: 420px;
  overflow: hidden;
  background: #3b4260;
  z-index: 99;
}
.podcasts-home h1 {
  font-size: 16px; line-height: 20px;
  margin-bottom: 5px; font-weight: 700;
  color: #999cac;
}
.podcasts-home h3 {
  font-size: 18px; line-height: 22px;
  margin-top: 10px;
  margin-bottom: 20px; font-weight: 400;
  color: #ffffff;
}
.podcasts-home .podcasts-home_btn {
  display: block; position: relative;
  font-size: 16px; line-height: 40px;
  font-weight: 600; border-radius: 6px;
  background: #ffffff; color: #3b4260;
  width: 100%;
  text-align: center;
}
.podcasts-home .podcasts-home_header,
.podcasts-home .podcasts-home_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.podcasts-home .podcasts-home_header {
  padding-bottom: 5px;
  padding-right: 10px;
}
.podcasts-home .podcasts-home_desc {
  padding-left: 20px;
}
.podcasts-home .podcasts-home_footer img {
  display: block; position: relative;
  width: 140px; border-radius: 10px;
  box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 50%);
}
.podcasts-home .podcasts-home_close {
  display: block; position: absolute;
  right: 0px; top: -10px; padding: 5px;
  font-size: 30px; line-height: 30px;
  font-weight: 600; color: #999cac;
}

@media only screen and (min-width: 420px) {
  .podcasts-home {
    right: 10px; bottom: 10px;
    border-radius: 6px;
    padding: 20px;
  }
  .podcasts-home .podcasts-home_close {
    right: 5px; top: -5px;
  }
}