.s_rightImg {
  display: flex;
  column-gap: 68px;
  align-items: stretch;
}

.rightImg_text {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rightImg_img {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightImg_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 2.285rem;
  max-width: 100%;
  max-height: 100%;
}

.margin_buttom {
  margin-bottom: 68px;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.references_row {
  display: flex;
  column-gap: 36px;
}

.reference {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 18px;
}

.reference img {
  max-width: 88px;
  margin-left: auto;
  margin-right: auto;
}

.reference_title {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media (max-width: 992px) {
  .s_rightImg {
    flex-direction: column;
  }

  .rightImg_img {
    max-width: 100%;
    margin-top: 24px;
  }

  .rightImg_img img {
    max-width: 350px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .references_row {
    column-gap: 24px;
    display: block;
  }

  .s_rightImg {
    display: block;
    column-gap: 0;
  }

  .rightImg_img {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .rightImg_img img {
    max-width: 100%;
  }
}
