.uber-uns-our-history {
  padding: clamp(60px, 5.8333333333vw, 112px) 0;
}

.uber-uns-our-history .row {
  align-items: center;
}
.uber-uns-our-history img {
  box-shadow: 0 8px 16px 8px rgba(0, 0, 0, 0.05),
    0 5px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.uber-uns-our-history-content {
  max-width: 560px;
}
.uber-uns-our-history-content p:not(:last-of-type) {
  margin-bottom: 16px;
}
.uber-uns-our-history-content--right {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .uber-uns-our-history-content {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
