.comm-skills-paragraph {
  font-size: 0.8em;
  line-height: 1.8;
  text-align: left;
}

.convo-circle {
  color: #eb6da5;
  display: inline-block;
  margin-right: 0.2em;
  text-indent: 0;
}

.convo-paragraph {
  font-size: 1em;
  line-height: 2;
  text-align: left;
}

.convo-paragraph span {
  padding-bottom: 0.3em;
}

.convo-skill-img {
  height: 1.7em;
  margin-top: 20px;
  margin-bottom: 10px;
  width:auto;
}

.double-circle {
  width: 1em;
  height: 1em;
  background-color: #e788ab; /* inner pink fill */
  border: 1px solid white;   /* white inner ring */
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e788ab; /* pink outer ring */
  margin-right: 10px;
}
