* {
  text-align: right;
}

.title {
  font-size: 20px;
  margin-left: 0;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}

.left-adornment {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.left-adornment__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}

.left-adornment .image-wrapper {
  width: 150px;
}

.left-adornment h2 {
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 18px;
  margin: 0;
}

.left-adornment h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.row-item {
  display: flex;
  gap: 10px;
  margin-right: 20px;
}
