.scrollbar {
    float: left;
    max-height: 165px;
    width: 100%;
    overflow-y: auto;
    padding-right: 10px;
    color: #f9d587;
}

.scrollbar p:last-child {
  margin-bottom: 0;
}

.force-overflow {
  padding-right: 3%;
  text-align: justify;
}

#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000000e3;
  background-color: #7e7ea800;
  border-radius: 10px;
}

#style-7::-webkit-scrollbar {
  width: 7px;
}

#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #faaf3b;
}
