.watch-links {
  padding: 56px 0;
  border-top: 1px solid #012527;
  border-bottom: 1px solid #012527;
  background-color: #F7F4EF;
  background-image: url("/wp-content/themes/islamichelp/assets/images/watch-links-back.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.watch-links__title {
  font-size: 32px;
  line-height: 40px;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .watch-links__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.watch-links__list {
  margin: 48px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.watch-links__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #012527;
  color: #012527;
  font-size: 28px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .watch-links__link {
    font-size: 20px;
  }
}
.watch-links__link:hover {
  color: #013b3e;
}

.page.podcast .watch-links,
.page.watch .watch-links {
  border-top: 1px solid #deca3c;
  background-color: #faf8db;
}
.page.podcast .watch-links .watch-links__link,
.page.watch .watch-links .watch-links__link {
  border-bottom: 1px solid #deca3c;
}
.page.podcast .watch-links .watch-links__link svg path,
.page.watch .watch-links .watch-links__link svg path {
  fill: #deca3c;
}/*# sourceMappingURL=style.css.map */