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

.rightImg_img img {
  max-width: 400px;
  border-radius: 2.285rem;
}

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

.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) {
  .rightImg_img img {
    max-width: 200px;
  }
}

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

  .s_rightImg {
    column-gap: 32px;
  }
}

@media (max-width: 480px) {
  .s_rightImg {
    display: block;
  }

  .references_row {
    display: block;
  }

  .rightImg_img {
    display: flex;
    justify-content: center;
  }
}
