.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;
}

.s_rightImg .rightImg_text h2 {
    font-weight: bold; /* Tučné písmo */
    font-size: 18px; /* Velikost písma 18px */
}

.s_rightImg .rightImg_text p {
    font-size: 14px; /* Velikost písma 14px */
}

.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;
  }
}

.full-width-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 2.285rem; /* Zaoblené rohy */
}

@media (max-width: 992px) {
  .full-width-image img {
    border-radius: 1.5rem; /* Mírně menší zaoblení pro menší zařízení */
  }
}

@media (max-width: 480px) {
  .full-width-image img {
    border-radius: 1rem; /* Ještě menší zaoblení pro malá zařízení */
  }
}