.base {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
}
.class1 {
  width: 30%;
}
 
.class2 {
  display: flex;
  flex-direction: column;
  width: 70%;
}