.square-image-row {
  margin: 45px 0 60px;
}
@media (min-width: 768px) {
  .square-image-row {
    margin: 80px 0;
  }
}
@media (min-width: 1024px) {
  .square-image-row {
    margin: 100px 0;
  }
}
.square-image-row__row {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .square-image-row__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .square-image-row__row {
    flex-direction: row;
    gap: 3rem;
  }
}
.square-image-row__images {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 600px) {
  .square-image-row__images {
    max-width: 347px;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .square-image-row__images {
    width: 500px;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .square-image-row__images {
    width: 644px;
  }
}
.square-image-row__image {
  width: 100%;
  max-height: 150px;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .square-image-row__image:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .square-image-row__image:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 1024px) {
  .square-image-row__image:nth-child(3) {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .square-image-row__image:nth-child(4) {
    order: 4;
  }
}
@media (min-width: 600px) {
  .square-image-row__image {
    height: 184px;
    max-height: 184px;
  }
}
@media (min-width: 1200px) {
  .square-image-row__image {
    height: 327px;
    max-height: 327px;
  }
}
@media (min-width: 1024px) {
  .square-image-row__image {
    width: 50%;
    overflow: unset;
    height: auto;
    max-height: 100%;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .square-image-row__image {
    height: 367px;
  }
}
.square-image-row__image img {
  width: 100%;
  display: block;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.square-image-row__content {
  width: 100%;
}
@media (min-width: 767px) {
  .square-image-row__content {
    max-width: 307px;
  }
}
@media (min-width: 850px) {
  .square-image-row__content {
    max-width: 545px;
  }
}
@media (min-width: 1024px) {
  .square-image-row__content {
    padding-right: 25px;
    padding-bottom: 30px;
  }
}
.square-image-row__title {
  font-size: 62px;
  line-height: 61px;
  font-weight: 700;
  color: #f65408;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .square-image-row__title {
    font-size: 70px;
    line-height: 74px;
  }
}
.square-image-row__text p {
  font-size: 21.5px;
  line-height: 32px;
  margin-bottom: 1rem;
}
.square-image-row__text p:last-child {
  margin-bottom: 0;
}