﻿.textContainer {
    padding: 15px;
    line-height: 180px;
}
.textContainer h2 {
    vertical-align: middle;
    display: inline-block;
    color: white;        
}

.greenBox {
    background-color: #A0D749
}

.greyBox {
    background-color: #A6A5A6
}

.orangeBox {
    background-color: #E45B27
}

.darkGreyBox {
    background-color: #48444B
}

.subText {
    line-height: 20px;
    color:white
}