.info-stripe {
background-color: #ff9300;
display: table;
width: 100%;
padding: 40px; }
.info-stripe .title {
color: #fff;
text-transform: uppercase;
font-weight: 500;
margin: 0; }
.info-stripe .sub-title {
color: #3C3C3C;
text-transform: uppercase;
margin: 0; }
.info-stripe .partial {
text-align: center; }
.info-stripe .partial-right {
vertical-align: middle; }
.info-stripe .button {
white-space: nowrap; }
@media (min-width: 992px) {
.info-stripe .title {
font-size: 24px; }
.info-stripe .partial {
text-align: left; }
.info-stripe .partial-left {
display: table-cell; }
.info-stripe .partial-right {
display: table-cell;
text-align: right; } }