.container {
  display: flex;
  padding: 20px;
  gap: 20px;
}

.left { width: 70%; }
.right {
  width: 30%;
  background: #fff;
  padding: 15px;
}
