.jobs-board-section {
  background-color: var(--section-bg);
  border-radius: 48px;
}
.jobs-board-section__circle-dot-separator {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  opacity: 0.5;
  background-color: var(--white);
}
.jobs-board-section__circle-dot-separator:last-child {
  display: none;
}
.jobs-board-section__floating-image {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 208px;
  height: 208px;
  transform: translateX(-50%);
}
.rtl .jobs-board-section__floating-image {
  left: auto;
  right: 0;
  transform: translateX(50%);
}
.jobs-board-section__floating-image img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .jobs-board-section__floating-image {
    display: none;
  }
}
.jobs-board-section__bottom-image {
  width: 100%;
  height: 336px;
}
.jobs-board-section__bottom-image, .jobs-board-section__bottom-image img {
  border-radius: 0 0 48px 48px;
}
