.title-container {
  display: flex;
  align-items: center;
  margin-right: -22px;
  margin-top: 30px;
}

.line-container {
  display: flex;
  align-items: start;
}

.line-bfr-title {
  background-color: #80808080;
  width: 20px;
  height: 2px;
}

.paragraph-section {
  max-width: 100%;
  padding: 0px 46px;
  display: flex;
  flex-direction: column;
  font-size: 16px;  
}

.paragraph-title {
  color: var(--green-text);
  margin: 0;
  padding: 0 3px;
}

