/* ----------HEADER SECTION---------- */

.header {
  height: 8rem;
}

.nav {
  padding: 0 10rem;
}

/* ----------HERO SECTION---------- */

.hero {
  padding: 0 13.9%;
}

.hero__title {
  font-size: 6.4rem;
  line-height: 8.4rem;
  margin-top: 20rem;
}

.hero__text--desktop {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 62.8rem;
}

.hero__btn {
  font-size: 1.8rem;
  margin: 5.6rem 0 .5rem 1.6rem;
  width: 22.6rem;
  height: 5.6rem;
}

/* ----------PODCASTS SECTION---------- */

.podcasts__title {
  font-size: 4.8rem;
  line-height: 6.2rem;
  margin: 18.6rem 0 0 13.9%;
}

.podcasts__container {
  margin: 2.6rem 10rem 23.26rem;
  gap: 7.2rem;
}

.podcasts__episode {
  width: 46%;
  height: 23.2rem;
}

/* ----------US SECTION---------- */

.us {
  padding: 0 25.6% 0 13.9%;
  transform: translateY(-16.55rem);
}

.us__img {
  height: 66rem;
  margin-right: 6.24rem;
  transform: none;
}

.us__title {
  font-size: 4.8rem;
  line-height: 6.2rem;
  margin: 0 0 2.4rem 0;
}

.us__text-container {
  margin: 0;
}

.us__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  width: 46.4rem;
}

/* ----------GUESTS SECTION---------- */

.guests {
  margin-top: -9.55rem;
}

.guests__title {
  font-size: 4.8rem;
  line-height: 6.2rem;
  margin: 0 0 3.6rem 13.9%;
}

/* ----------TOPICS SECTION---------- */

.topics__title {
  font-size: 4.8rem;
  line-height: 6.2rem;
  margin: 6.4rem 0 5.6rem 13.9%;
}

.topics__container {
  margin-top: 0;
}

.topics__container--item {
  margin-bottom: 0;
}

/* ----------NEWS SECTION---------- */

.news__title {
  font-size: 4.8rem;
  line-height: 6.2rem;
  margin: 21.3rem 0 3.6rem;
}

.news__btn {
  font-size: 1.8rem;
  margin-bottom: 15.1rem;
  width: 34.5rem;
  height: 5.6rem;
}

/* ----------FOOTER SECTION---------- */

.footer {
  padding: 3.6rem 10rem 3.1rem;
}

.footer__text {
  font-size: 1.6rem;
}

.footer__icons-container {
  font-size: 1.8rem;
}