.job-alert {
  border-radius: 10px;
  background-color: #003187;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 91px 14px 24px;
  align-items: center;
  position: relative;
  min-height: 64px;
}

.job-alert .job-alert__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 107%;
  color: #fff;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .job-alert .job-alert__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}

.job-alert .job-alert__description {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}

@media (max-width: 767px) {
  .job-alert .job-alert__description {
    font-size: 14px;
    line-height: 21px;
  }
}

.job-alert .job-alert__button {
  display: flex;
  align-items: center;
  background-color: #ff3366;
  width: 67px;
  height: 36px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  position: absolute;
  bottom: 14px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.job-alert .job-alert__button::before {
  content: "";
  display: block;
  background: #ff3366 url("../../resources/icons/arrow-right-white.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
}

/*# sourceMappingURL=job-alert.css.map */
