.custom-quote__wrapper {
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.custom-quote__line {
  background-color: rgba(5, 195, 138, 0.25);
  height: auto;
  min-width: 5px;
  margin: 0 0 0 20px;
  border: none;
  border-radius: 25px;
  overflow: visible;
  display: inline-block;
}

.custom-quote__text-container {
  margin-left: 20px;
}

.custom-quote__text {
  line-height: 1.5;
  font-family: 'Hind Siliguri', sans-serif;
  color: #080808;
  font-weight: 400;
  display: block;
}

.custom-quote__author {
  line-height: 22px;
  padding-top: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  color: #080808;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

code {
  color: crimson;
  background-color: #e2e2e2;
  padding-left: 4px;
  padding-right: 5px;
  border-radius: 4px;
  font-family: Monaco, Ubuntu Mono, sans-serif;
}

b {
  font-weight: 600;
}

i {
  font-weight: italic;
}

li {
  padding: 4px 0;
  line-height: 1.5;
}

ul {
  margin-left: 40px;
  list-style: disc;
}

ol {
  margin-left: 40px;
  list-style: decimal;
}
