.row-reverse {
  flex-direction: row-reverse;
}

.export-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.export-item {
  display: flex;
  align-items: center;
  height: 540px;
}

.export-item-image {
  height: 100%;
  flex: 1;
}
.export-item-image img {
  width: 100%;
  height: 100%;
}

.export-item-desc {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  box-sizing: border-box;
}

.desc-title {
  font-size: 36px;
  margin-bottom: 28px;
}

.desc-btn {
  margin-top: 64px;
  padding: 8px 16px;
  background-color: #e50014;
  color: #fff;
}
