.background-editor-widget .background-editor-wrapper {
  min-height: 540px;
  position: relative;
}
.background-editor-widget .background-editor-wrapper .container {
  position: relative;
  height: 100%;
}
.background-editor-widget .background-editor-wrapper .background-editor-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.background-editor-widget .background-editor-wrapper .background-editor-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 580px) {
  .background-editor-widget .background-editor-wrapper .background-editor-bg img {
    object-position: 63%;
  }
}
@media (max-width: 450px) {
  .background-editor-widget .background-editor-wrapper .background-editor-bg img {
    object-position: 66%;
  }
}
.background-editor-widget .background-editor-wrapper .background-editor-content {
  max-width: 850px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .background-editor-widget .background-editor-wrapper .background-editor-content {
    top: auto;
    bottom: 15px;
  }
}
.background-editor-widget .background-editor-wrapper .background-editor-content .background-editor-des {
  font-weight: 300;
  column-count: 2;
  column-gap: 44px;
}
.background-editor-widget .background-editor-wrapper .background-editor-content .background-editor-des p {
  margin: 0;
}
@media (max-width: 620px) {
  .background-editor-widget .background-editor-wrapper .background-editor-content .background-editor-des {
    column-count: 1;
  }
}
.background-editor-widget .background-editor-wrapper .readmore {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  background-color: #111D5E;
  border-radius: 20px;
  text-align: center;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.background-editor-widget .background-editor-wrapper .readmore:hover {
  background: #E2007C;
  color: #fff;
  border-color: transparent;
}

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