.wrapper {
    padding-top: 2em;
}

#main > header h2 {
    font-size: 2.75em;
    margin: 0 0 0.5em 0;
    background-color: WHITE;
}

.inner h2{
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}
h3 {
    font-size: 1.15em;
    line-height: 1.75em;
    font-weight: 200;
    font-weight: bold;
}


#bulletpointsholder > div{
    border-radius: 5px;
    padding: 1em 1.2em;
    margin: 0.8em;
    border: 1px solid #E0E0E0;
    width: 30%;
    float: left;
    -webkit-font-smoothing: antialiased;
    background-color: #Fff;
    box-shadow: 0px 0px 10px #ccc;
    color: #505050;
    height: 142px;
}

#bulletpointsholder > div .fa{
	float: left;
    padding-right: 0.2em;
}

.divIcon{
	background-size: 110px;
    background-repeat: no-repeat;
    padding-left: 120px !important;
    background-position-y: center;
}

#bulletpointsholder > div .fa {
    float: left;
    padding-right: 0.4em;
    margin-top: 20px;
}
#bulletpointsholder > div {
    height: 162px;
}
            

@media screen and (min-width: 1151px) {

    #bulletpointsholder > div{
        min-height: 172px;
    }
}



@media screen and (max-width: 1150px) {

    #bulletpointsholder > div{
        width:44%;
    }
}

@media screen and (max-width: 600px) {
        #bulletpointsholder > div{
        width:100%;
       /* font-size:120%;*/
        height:120px !important;
    }
}


#bulletpointsholder > div {
float:none;
overflow:hidden;
display:inline-block;
height:auto !important;
}