.blockquote {
margin:10px 30px;
padding: 25px;
background: #8f8f8f;
border: 1px solid #b0d2cb;
color: #ff9900:
box-sizing: border-box;
}

.blockquote__text {
font-style: italic;
font-size: 1.5em;
line-height: 1.5;
}

.blockquote--bordered {
border-left-width: 10px;
}

.blockquote--quoted::before {
content: "\201c";
font-size: 100px;
color: #ff9900;
display: block;
margin-bottom: -40px;
margin-top: -20px;
}

.lineblock {
font-style: italic;
    font-size: 1.15em;
    margin: 10px 30px;
    padding: 10px;
    background: #8f8f8f;
    box-sizing: border-box;
    border-left: solid 3px #ff9900;
}

.fa-border {
  font-style: italic;
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #333;
    border-radius: 0.1em;
    background: /*#DDDDDD*/#ff9900;
    color: #333;
    text-align: justify;
  /*margin: 10px 30px;*/
}
.2square {
      font-style: italic;
      font-size: 1.15em;
      font-weight: bolder;
      margin: 10px 30px;
      /*background-color: #ff9900;*/
      /*width: 500px;
      height: auto;*/
      padding: 0.2em 0.25em 0.15em;
      text-align: justify;
    }

.square {
    font-style: italic;
    font-size: 1.25em;
    font-weight: bolder;
    margin: 10px 30px;
    padding: 0.2em 0.25em 0.15em;
    text-align: justify;
}