.recommend-hr-widget .recommend-hr-wrapper {
  position: relative;
  min-height: 540px;
}
@media (max-width: 992px) {
  .recommend-hr-widget .recommend-hr-wrapper {
    min-height: 812px;
  }
}
.recommend-hr-widget .recommend-hr-bg-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recommend-hr-widget .recommend-hr-bg-header img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .recommend-hr-widget .recommend-hr-bg-header img {
    object-position: 70%;
    max-height: max-content;
  }
}
@media (max-width: 992px) {
  .recommend-hr-widget .recommend-hr-bg-header img {
    object-position: 45%;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .recommend-hr-widget .recommend-hr-bg-header img {
    object-position: 45%;
    max-height: max-content;
  }
}
.recommend-hr-widget .title {
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.recommend-hr-widget .text {
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.recommend-hr-widget .container {
  position: relative;
}
.recommend-hr-widget .text-content {
  bottom: 0;
  position: absolute;
  right: 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .recommend-hr-widget .content {
    object-position: 45%;
    max-height: max-content;
    position: relative;
    top: 280px;
  }
}

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