.modules-hr-widget {
  background-color: #EAEAEA;
}
.modules-hr-widget .modules-hr-wrapper {
  position: relative;
  min-height: 540px;
}
@media (max-width: 992px) {
  .modules-hr-widget .modules-hr-wrapper {
    min-height: 812px;
  }
}
.modules-hr-widget .modules-hr-bg-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modules-hr-widget .modules-title {
  font-family: "SF Pro Display Bold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #111D5E;
}
@media (max-width: 768px) {
  .modules-hr-widget .modules-title {
    padding-top: 50px;
  }
}
.modules-hr-widget .modules-border-bottom {
  width: 135px;
  height: 2px;
  background: #E3007C;
  border-radius: 1px;
  margin: 0 auto;
}
.modules-hr-widget .description {
  padding: 15px;
  text-align: center;
  position: relative;
}
.modules-hr-widget .content {
  padding-top: 20px;
}
.modules-hr-widget .border-text {
  border-bottom: 1px solid #ADADAD;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .modules-hr-widget .border-text {
    border: none;
    padding: 0;
  }
}
.modules-hr-widget .title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.modules-hr-widget .btn-loadmore {
  width: 177px;
  height: 40px;
  background: linear-gradient(180deg, #48A4FF 0%, #111D5E 100%);
  border-radius: 20px;
  border: 0 solid transparent;
  margin: 0 auto;
}
.modules-hr-widget .btn-loadmore:hover {
  background: linear-gradient(180deg, #f798cc 0%, #E3007C 100%) !important;
}
.modules-hr-widget .text-url {
  color: white;
}

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