.ac-wrapper {
  display: flex;
  background-color: white;
}

.ac-wrapper .left,
.ac-wrapper .right {
  flex: 50%;
  max-width: 50%;
  overflow: hidden;
}

.ac-wrapper .left {
  border-right: 1px solid #8d8f91;
}

.ac-wrapper .heading-wrapper {
  font-weight: bold;
  margin: 7px;
  text-decoration: underline;
}
