.wgt-promo-with-image.increase-profit-section {
  background: #9382ff;
  overflow-x: hidden;
  margin-bottom: 4rem;
}
.wgt-promo-with-image.increase-profit-section .inner {
  width: 75%;
  margin: auto;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 2000px;
}
.wgt-promo-with-image.increase-profit-section .primary-btn {
  color: black;
  background-color: white;
  font-weight: 400;
}
.wgt-promo-with-image.increase-profit-section .primary-btn:hover,
.wgt-promo-with-image.increase-profit-section .primary-btn:active {
  background-color: var(--primary-color-3);
}
.wgt-promo-with-image.increase-profit-section
  .primary-btn:focus:not(:focus-visible) {
  box-shadow: none;
  outline: 2px solid var(--primary-color-3);
  outline-offset: 2px;
}
.wgt-promo-with-image.increase-profit-section .content {
  width: 50%;
  max-width: 600px;
}
.wgt-promo-with-image.increase-profit-section .content p {
  color: #f8f8f8;
}
.wgt-promo-with-image .mockup-image {
  width: 65%;
  margin-right: -70px;
}
.wgt-promo-with-image .mockup-image img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.wgt-promo-with-image .mockup-image .mobile {
  display: none;
}
@media (max-width: 1440px) {
  .wgt-promo-with-image.increase-profit-section .inner {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .wgt-promo-with-image.increase-profit-section .inner {
    flex-direction: column;
  }
  .wgt-promo-with-image .mockup-image {
    width: 100%;
    margin-right: 0;
  }
  .wgt-promo-with-image .mockup-image img {
    width: 140%;
    margin-left: -21%;
  }
  .wgt-promo-with-image .mockup-image:lang(uk) img {
    width: 110%;
    margin-left: -7%;
  }
  .wgt-promo-with-image .mockup-image .desktop {
    display: none;
  }
  .wgt-promo-with-image .mockup-image .mobile {
    display: block;
  }
  .wgt-promo-with-image.increase-profit-section .content {
    width: 100%;
    margin-top: 60px;
    max-width: unset;
  }
}
