.intro ol.carousel-indicators {
    display: none;
}
.carousel-caption p {
    font-weight: 700;
    font-size: 3.75rem;
}
.panelContent {
    align-items: center;
}
.panelContent h2, .bottomPanel h2 {
    font-size: 3em;
}
section.leftPic {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}
section.rightPic {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}
.picFrame {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.picFrame p {
    padding: 0;
    margin: 0;
}
.picFrame .page-region-content {
    margin: 0 auto;
}

.value-item {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px 0 50px;
}
.value-icon {
    align-items: center;
    justify-content: center;
    max-height: 140px;
    margin-bottom:15px
}
.value-icon p{
    padding:0;
    margin:0
}
.value-icon p img{
    padding:0;
    margin:0;
    max-height:120px
}
@media(max-width:768px){
.values-row{flex-direction:column}
}
@media(min-width:1200px){

}