.reasons-erp-widget .reasons-erp-wrapper {
  position: relative;
  min-height: 540px;
  padding: 65px 0;
}
@media (max-width: 992px) {
  .reasons-erp-widget .reasons-erp-wrapper {
    min-height: 812px;
  }
}
.reasons-erp-widget .reasons-erp-bg-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e6f2;
}
.reasons-erp-widget .reasons-erp-bg-header img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .reasons-erp-widget .reasons-erp-bg-header img {
    object-position: 70%;
    max-height: max-content;
  }
}
@media (max-width: 992px) {
  .reasons-erp-widget .reasons-erp-bg-header img {
    object-position: 70%;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .reasons-erp-widget .reasons-erp-bg-header img {
    object-position: 78%;
    max-height: max-content;
  }
}
.reasons-erp-widget .fix-row {
  display: flex;
  padding-bottom: 10px;
}
.reasons-erp-widget .fix-row div {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .reasons-erp-widget .fix-row {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    align-items: center;
    text-align: center;
  }
  .reasons-erp-widget .fix-row div {
    padding-bottom: 10px;
    padding-right: 0 !important;
  }
  .reasons-erp-widget .fix-row .fix-title p {
    min-width: 100% !important;
    text-align: left;
  }
}
.reasons-erp-widget .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reasons-erp-widget .reasons-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;
}
.reasons-erp-widget .reasons-border-bottom {
  width: 135px;
  height: 2px;
  background: #E3007C;
  border-radius: 1px;
  margin: 0 auto;
}
.reasons-erp-widget .description {
  padding: 15px;
  text-align: center;
  position: relative;
}
.reasons-erp-widget .content {
  padding-top: 50px;
  justify-content: center;
}
.reasons-erp-widget .title {
  font-family: "SF Pro Display Bold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

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