.factor {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  p {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  & > p:nth-child(2) {
    display: inline;
    position: relative;
    left: 0;
    right: 0;
    padding: 4px;
    background: #efefef;
    border-radius: 4px;
  }
}
