.content-blocks .row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.content-blocks .row>[class*=col-]{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-bottom:30px}
.content-blocks .well{-webkit-flex:1 1 auto;flex:1 1 auto;margin-bottom:0;padding:25px 30px}
.content-blocks .well>:first-child{margin-top:0}
.content-blocks .well>:last-child{margin-bottom:0}
.content-blocks .well h2{margin-bottom:15px;font-size:22px}
.content-blocks .well ol,.content-blocks .well ul{padding-left:20px}
.content-blocks .well li{margin-bottom:8px}
.content-blocks .well li:last-child{margin-bottom:0}
.content-blocks .img-responsive{width:100%}
.content-blocks .btn{margin-top:5px}
@media(max-width:767px){.content-blocks .row>[class*=col-]{margin-bottom:20px}.content-blocks .well{padding:20px}}
