.boxes-half-half-different-indent .section-wrapper > .container {
  padding-right: 0 !important;
}
.boxes-half-half-different-indent .section-wrapper > .container > .row {
  background: linear-gradient(to bottom, #ecf0f3, #ffffff);
  border-radius: 1rem;
  padding-block: 100px !important;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .boxes-half-half-different-indent .section-wrapper > .container > .row {
    padding-block: 50px !important;
  }
}
@media (max-width: 568px) {
  .boxes-half-half-different-indent .section-wrapper > .container > .row {
    padding-block: 30px !important;
  }
}
.boxes-half-half-different-indent .section-wrapper > .container > .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  transform: translateX(-50%);
  width: 30%;
  height: 100px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../../../images/ozdobnik-1.png");
  z-index: 1;
}
@media (max-width: 991px) {
  .boxes-half-half-different-indent .section-wrapper > .container > .row::before {
    background-image: none;
  }
}
.boxes-half-half-different-indent p.header {
  color: #033e75;
}
.boxes-half-half-different-indent .h2.header {
  font-weight: 600;
}
.boxes-half-half-different-indent .right {
  box-shadow: 10px 30px 45px 5px rgba(0, 0, 0, 0.1);
  margin-left: 100px;
}
@media (max-width: 991px) {
  .boxes-half-half-different-indent .right {
    margin-left: 0;
    margin-top: 30px;
  }
}/*# sourceMappingURL=boxes-half-half-different-indent.css.map */