.recruitment {
  padding-bottom: 100px;
}
.recruitment__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 56px;
}
.recruitment__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.recruitment__title {
  margin-bottom: 80px;
}
.recruitment__process {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.recruitment__process-item {
  position: relative;
  width: 18%;
}
.recruitment__process-item::after {
  content: "";
  position: absolute;
  left: 88%;
  top: 12%;
  width: 75%;
  height: auto;
  border-top: 2px dashed #632323;
}
.recruitment__process-item:last-child::after {
  display: none;
}
.recruitment__image-container {
  margin-bottom: 20px;
}
.recruitment__image {
  -o-object-fit: contain;
     object-fit: contain;
}
.recruitment__process-name {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .recruitment {
    padding-bottom: 80px;
  }
  .recruitment__process-item {
    width: 22%;
  }
  .recruitment__process-item::after {
    left: 84%;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .recruitment {
    padding-bottom: 60px;
  }
  .recruitment__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .recruitment__title {
    margin-bottom: 50px;
  }
  .recruitment__process-item::after {
    top: 10%;
    left: 88%;
    width: 40%;
  }
  .recruitment__process-description {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .recruitment__process {
    flex-direction: column;
  }
  .recruitment__process-item {
    width: 100%;
    margin-bottom: 100px;
  }
  .recruitment__process-item::after {
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 60px;
    border-top: none;
    border-right: 2px dashed #632323;
  }
  .recruitment__image-container {
    margin-bottom: 10px;
  }
  .recruitment__process-description {
    font-size: 16px;
  }
}

/*# sourceMappingURL=careers.css.map*/