@media (max-width: 991.98px) {
  .hero2_rellax {
    height: 900px !important;
  }
  .hero2_image {
    left: -300px;
  }
}

.hero2_rellax {
  max-width: 1920px !important;
  height: 500px;
}

.hero2_image {
  top: -300px;
}

.publicservice-p {
  padding-top: 5px !important;
  color: #808080;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: var(--primary);
  padding: 29px;

  border-radius: 50%;

  background-size: 22px;
  opacity: 0.2;
}

.carousel-control-prev {
  justify-content: start;
}
.carousel-control-next {
  justify-content: end;
}

@media (min-width: 992px) {
  .jobpadding > .col-lg-6:nth-of-type(odd) {
    padding-right: 8px;
  }
  .jobpadding > .col-lg-6:nth-of-type(even) {
    padding-left: 8px;
  }
}
