.selection-erp-widget .selection-erp-wrapper {
  position: relative;
  min-height: 540px;
}
@media (max-width: 992px) {
  .selection-erp-widget .selection-erp-wrapper {
    min-height: 812px;
  }
}
.selection-erp-widget .selection-erp-bg-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.selection-erp-widget .selection-erp-bg-header img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .selection-erp-widget .selection-erp-bg-header img {
    object-position: 70%;
    max-height: max-content;
  }
}
@media (max-width: 992px) {
  .selection-erp-widget .selection-erp-bg-header img {
    object-position: 70%;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .selection-erp-widget .selection-erp-bg-header img {
    object-position: 85%;
    max-height: max-content;
  }
}
.selection-erp-widget .selection-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;
}
.selection-erp-widget .selection-border-bottom {
  width: 135px;
  height: 2px;
  background: #E3007C;
  border-radius: 1px;
  margin: 0 auto;
}
.selection-erp-widget .content {
  padding-top: 20px;
}
.selection-erp-widget .title {
  font-family: "SF Pro Display Bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 768px) {
  .selection-erp-widget .selection-content {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .selection-erp-widget .selection-content {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .selection-erp-widget .selection-content .content > div {
    display: flex;
  }
  .selection-erp-widget .selection-content .content > div > div {
    padding-top: 15px;
  }
  .selection-erp-widget .selection-content .content > div div {
    text-align: left !important;
    padding-right: 20px;
  }
}

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