.companion-erp-widget .companion-erp-wrapper {
  position: relative;
  min-height: 540px;
}
@media (max-width: 992px) {
  .companion-erp-widget .companion-erp-wrapper {
    min-height: 812px;
  }
}
.companion-erp-widget .companion-erp-bg-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.companion-erp-widget .companion-erp-bg-header img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .companion-erp-widget .companion-erp-bg-header img {
    object-position: 70%;
    max-height: max-content;
  }
}
@media (max-width: 992px) {
  .companion-erp-widget .companion-erp-bg-header img {
    object-position: 0%;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .companion-erp-widget .companion-erp-bg-header img {
    object-position: 4%;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .companion-erp-widget .companion-content {
    padding-top: 100px;
  }
}
.companion-erp-widget .companion-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;
}
.companion-erp-widget .companion-border-bottom {
  width: 135px;
  height: 2px;
  background: #E3007C;
  border-radius: 1px;
  margin: 0 auto;
}
.companion-erp-widget .content {
  padding-top: 20px;
}
.companion-erp-widget .title {
  font-family: "SF Pro Display Bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.companion-erp-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;
}
.companion-erp-widget .btn-loadmore:hover {
  background: linear-gradient(180deg, #f798cc 0%, #E3007C 100%) !important;
}
.companion-erp-widget .text-url {
  color: white;
}

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