

.banner-jobs__inner {
  background-color: rgba(255, 255, 255, 0.6);
}
.splide__pagination__page.is-active {
  background: #b4e900;
}
.splide__pagination__page {
  background: #95a5a6;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 .1rem;
  padding: 0;
  position: relative;
  transition: background-color .2s ease, color .2s ease;
  width: 10px;
  cursor: pointer;
}
