.block--small-quote .the__content {
padding-right: 30px;
padding-left: 30px;
font-style: italic;
}
.block--small-quote .the__content:before {
content: "";
width: 250px;
background: #f26f26;
height: 2px;
display: block;
margin: 20px auto;
}
.block--small-quote .the__content:after {
content: "";
width: 160px;
background: #f26f26;
height: 2px;
display: block;
margin: 20px auto;
}
@media (max-width: 767px) {
.block--small-quote .the__content {
padding: 0!important;
}
}