.shadow-sm ul li {
  list-style-type: disc !important;
}

.header-vacancy {
  font-size: 25px;
  color: var(--text-and-border);
}
.description-florist p {
  margin-bottom: 0 !important;
  color: var(--text-and-border);
}
.florist {
  position: relative;
  min-width: 277px;
  height: 277px;
  background: #fdf0f0;
}
.florist span {
  background: #f69393;
}
.florist-img {
  position: absolute;
  width: 175px;
  height: 184px;
  bottom: 0;
  right: 5px;
  background: url("../../img/pages//vacancies/florist-2.png") center
    center/cover no-repeat;
}
.questionnaire-button-florist {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: url("../../img/pages//vacancies/questionnaire-button-florist.svg")
    center center/cover no-repeat;
  width: 65px;
  height: 44px;
}
.administrator {
  position: relative;
  width: 100%;
  min-width: 277px;
  height: 277px;
  background: #fdf0f0;
}
.administrator span {
  background: #ffbc11;
}
.administrator-img {
  position: absolute;
  width: 211px;
  height: 206px;
  bottom: 0;
  right: 0;
  background: url("../../img/pages//vacancies/administrator.png") center
    center/cover no-repeat;
}
.questionnaire-button-administrator {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: url("../../img/pages//vacancies/questionnaire-button-administrator.svg")
    center center/cover no-repeat;
  width: 65px;
  height: 44px;
}

.autoworker {
  position: relative;
  width: 100%;
  min-width: 277px;
  height: 277px;
  background: #edf5d6;
}
.autoworker span {
  background: #7fd378;
}
.autoworker-img {
  position: absolute;
  width: 158px;
  height: 182px;
  bottom: 0;
  right: 11px;
  background: url("../../img/pages//vacancies/autoworker.png") center
    center/cover no-repeat;
}
.questionnaire-button-autoworker {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: url("../../img/pages//vacancies/questionnaire-button-autoworker.svg")
    center center/cover no-repeat;
  width: 65px;
  height: 44px;
}

.florist-assistant {
  position: relative;
  width: 100%;
  min-width: 277px;
  height: 277px;
  background: #eeeefc;
}
.florist-assistant span {
  background: #aaaafa;
}
.florist-assistant-img {
  position: absolute;
  width: 184px;
  height: 207px;
  bottom: 0;
  right: 0;
  background: url("../../img/pages//vacancies/florist-assistant.png") center
    center/cover no-repeat;
}
.questionnaire-button-florist-assistant {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: url("../../img/pages//vacancies/questionnaire-button-florist-assistant.svg")
    center center/cover no-repeat;
  width: 65px;
  height: 44px;
}

.description-florist,
.button-hide-vacancies,
#button-hide-vacancies-1,
#button-hide-vacancies-2,
#button-hide-vacancies-3 {
  display: none;
}

/* --------------------------------------------------------- */
@media (max-width: 992px) {
  .header-page-vacancies {
    color: #575757 !important;
  }
}
