<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.success-case .restaurant-descripton {
  height: auto;
  display: flex;
  justify-content: space-between;
}
.success-case .restaurant-descripton .l,
.success-case .restaurant-descripton .r {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 300px;
}
.success-case .restaurant-descripton .l-box,
.success-case .restaurant-descripton .r-box {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.success-case .restaurant-descripton .l-box:nth-child(1),
.success-case .restaurant-descripton .r-box:nth-child(1) {
  top: 0;
  right: -40px;
}
.success-case .restaurant-descripton .l-box:nth-child(2),
.success-case .restaurant-descripton .r-box:nth-child(2) {
  top: 90px;
  right: 0;
}
.success-case .restaurant-descripton .l-box:nth-child(3),
.success-case .restaurant-descripton .r-box:nth-child(3) {
  top: 180px;
  right: 0;
}
.success-case .restaurant-descripton .l-box:nth-child(4),
.success-case .restaurant-descripton .r-box:nth-child(4) {
  top: 270px;
  right: -40px;
}
.success-case .restaurant-descripton .l-box img,
.success-case .restaurant-descripton .r-box img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}
.success-case .restaurant-descripton .c {
  position: relative;
  top: 40px;
}
.success-case .restaurant-descripton .r {
  display: flex;
  flex-direction: column;
  top: 0 !important;
}
.success-case .restaurant-descripton .r-box:nth-child(1) {
  top: 0;
  right: 0;
  left: -40px;
}
.success-case .restaurant-descripton .r-box:nth-child(2) {
  top: 90px;
  right: 0;
  left: 0;
}
.success-case .restaurant-descripton .r-box:nth-child(3) {
  top: 180px;
  right: 0;
  left: 0;
}
.success-case .restaurant-descripton .r-box:nth-child(4) {
  top: 270px;
  right: 0;
  left: -40px;
}
.success-case .restaurant-descripton .r-box img {
  margin-right: 10px;
}
</pre></body></html>