#smooth-content > .main-bg {
  padding-top: 60px !important
}

.newsworth-header {
  background: linear-gradient(90deg, #008dc5 0%, #1bc489 100%);
  color: white;
}

.newsworth-header img {
  max-width: 26rem;
  filter: drop-shadow(0 0 0.5rem #00000033);
  border-radius: 0.25rem;
  border: 1px solid #ddd;
}

.newsworth-header .isar-suite-image {
  transform: translateX(-3rem);
}

.newsworth-header .crm-module-image {
  max-width: 16rem;
  position: absolute;
  left: 1rem;
  top: -6rem;
}

.newsworth-header .dokuworkflow-module-image {
  max-width: 16rem;
  position: absolute;
  right: -6rem;
  top: 8rem;
}

.newsworth-header .financings-module-image {
  max-width: 16rem;
  position: absolute;
  bottom: -8rem;
  left: -8rem;
}

.newsworth-header .test-now {
  background-color: #13eda7;
  color: black;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 0.5rem !important;
}

.newsworth-header .test-now:hover {
  background-color: #14cf93;
}

.newsworth-header .sales-contact {
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 0.5rem !important;
}

.newsworth-header .sales-contact:hover {
  background-color: #bebebe;
}

.newsworth-header .container {
  padding-bottom: 12rem;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .newsworth-header .images-container {
    transform: scale(0.75);
  }
}

@media (max-width: 1199px) {
  .newsworth-header .container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .newsworth-header .row {
    flex-direction: column-reverse;
  }

  .newsworth-header .images-outer {
    padding-bottom: 14rem;
  }

  .newsworth-header .container {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .newsworth-header .text-row {
    text-align: center;
  }

  .newsworth-header .text-row .d-flex {
    margin: 0 auto;
  }
}

@media (max-width: 710px) {
  .newsworth-header .images-container {
    transform: scale(0.75);
  }

  .newsworth-header .images-outer {
    padding-bottom: 8rem;
  }

  .newsworth-header .container {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 540px) {
  .newsworth-header .images-container,
  .newsworth-header .images-outer {
    display: none !important;
  }

  .newsworth-header .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .newsworth-header .col-lg-6 {
    padding: 0;
  }

  .newsworth-header .text-row .d-flex {
    flex-direction: column;
  }

  .newsworth-header .text-row .d-flex .butn {
    padding: 15px 25px !important;
  }
}

@keyframes imgMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}