.jumbotron {
height: 250px;
}
.feature {
display: inline-flex;
align-items: center;
justify-content: center;
height: 2em;
width: 2em;
font-size: 1.5em;
}
.feature-img {
max-width: 100%;
height: auto;
opacity:0.8;
}
.btn-orange:hover {
background-color: #f77408;
}
.btn-orange {
background-color: #f98f39;
}
p {
font-weight: 400;
}