.pushed-image-row {
  margin-top: 26px;
  margin-bottom: 60px;
  padding: 50px 0 30px;
}
@media (min-width: 600px) {
  .pushed-image-row {
    margin-top: 26px;
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .pushed-image-row {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 80px 0 60px;
  }
}
@media (min-width: 1024px) {
  .pushed-image-row {
    margin-top: 106px;
    margin-bottom: 140px;
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .pushed-image-row--style-2 {
    margin-bottom: 90px;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .pushed-image-row--style-2 {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1300px) {
  .pushed-image-row--style-2 {
    padding: 40px 0;
  }
}
@media (min-width: 1300px) {
  .pushed-image-row--style-2 .pushed-image-row__image {
    margin-top: -120px;
    height: 985px;
  }
}
@media (min-width: 1300px) {
  .pushed-image-row--style-2 .pushed-image-row__content {
    max-width: 560px;
  }
}
@media (max-width: 600px) {
  .pushed-image-row--style-2 .pushed-image-row__title {
    font-size: 44px;
    line-height: 48px;
  }
}
.pushed-image-row__container {
  max-width: 1270px;
  padding: 0 15px;
  margin: auto;
}
.pushed-image-row__content {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .pushed-image-row__content {
    padding: 0 55px;
  }
}
@media (min-width: 992px) {
  .pushed-image-row__content {
    max-width: 520px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .pushed-image-row__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 100px;
  }
}
@media (min-width: 992px) {
  .pushed-image-row__row--left {
    flex-direction: row-reverse;
  }
}
.pushed-image-row__row--left .pushed-image-row__image {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .pushed-image-row__row--left .pushed-image-row__image {
    margin-right: 0;
    margin-left: clamp((1000px - 100vw) / 2, (1000px - 100vw) / 2, 0px);
  }
}
@media (min-width: 1300px) {
  .pushed-image-row__row--left .pushed-image-row__image {
    margin-left: clamp((1255px - 100vw) / 2, (1255px - 100vw) / 2, 0px);
  }
}
.pushed-image-row__title {
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  color: #f65408;
  margin-bottom: 40px;
  margin-top: 0;
}
.pushed-image-row__text p {
  font-size: 20px;
  line-height: 32.5px;
  margin-bottom: 30px;
  color: white;
}
.pushed-image-row__text p:last-child {
  margin-bottom: 0;
}
.pushed-image-row__image {
  margin-left: -15px;
  margin-right: -15px;
  height: 300px;
  margin-top: 44px;
}
@media (min-width: 600px) {
  .pushed-image-row__image {
    height: 560px;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .pushed-image-row__image {
    margin-top: 0;
    margin-left: 0;
    margin-right: clamp((1000px - 100vw) / 2, (1000px - 100vw) / 2, 0px);
    height: 600px;
  }
}
@media (min-width: 1300px) {
  .pushed-image-row__image {
    margin-right: clamp((1255px - 100vw) / 2, (1255px - 100vw) / 2, 0px);
    height: 948px;
  }
}
.pushed-image-row__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pushed-image-row__button {
  margin-top: 40px;
}