/* Slide 78 (#1) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-78-065fdab0"] */
.slide[data-cid=slide-78-065fdab0] .text-78 {
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 7px;
}

/* Slide 56 (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-56-af92ae6b"] */
.slide[data-cid=slide-56-af92ae6b] .social-circles li {
  display: inline-block;
  padding: 5px;
}
.slide[data-cid=slide-56-af92ae6b] .social-circles li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.slide[data-cid=slide-56-af92ae6b] .social-circles li a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.slide[data-cid=slide-56-af92ae6b] .social-circles li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
