.home__sobre__pastores__content article h6::before {
  content: url("../img/mouse.svg");
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.home__youtube header .container a::before {
  content: url("../img/youtube.svg");
  margin: 0 12px 0 0;
}

.home__youtube section .container a::after {
  background: url("../img/play.svg") center/cover no-repeat;
}

.home__video > button::before {
  content: url("../img/play.svg");
}

.home__gc__content__list ul li p:first-of-type::before {
  content: url("../img/local-orange.svg");
}

.home__gc__content__list ul li p:last-of-type::before {
  content: url("../img/local-orange.svg");
}

.home__contato__content__redes a:nth-child(2)::before {
  content: url("../img/whatsapp-mini.svg");
}

.home__contato__content__redes a:nth-child(3)::before {
  content: url("../img/anfitriao.svg");
}

.home__contato__content__form form > p::before {
  content: url("../img/cep.svg");
}

.controls__item--prev::before {
  content: url("../img/arrow.svg");
}

.controls__item--prev:hover::before {
  content: url("../img/arrow-orange.svg");
}

.title-sec__star::before {
  content: url("../img/star.svg");
}