.title {
  text-align: center;
}

.wrapper {
  display: flex;
  min-height: 300px;
  background-color: #303030;
  padding: .15rem;
}

.left {
  width: 60%;
  min-height: 300px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.right {
  margin-left: .15rem;
  width: 40%;
}