.h-banner-bullets p {
    background-image: url(images/icon-entry-office-sizes.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 32px 32px;
	padding: 15px 25px 15px 52px;
}
.h-banner-bullets p:nth-of-type(2) {
    background-image: url(images/icon-entry-locations.png);
}
.h-banner-bullets p:nth-of-type(3) {
    background-image: url(images/icon-entry-office-notice.png);
}
.h-banner-bullets p:nth-of-type(4) {
    background-image: url(images/icon-entry-office-plug-and0go.png);
}

@media screen and (max-width: 420px) {
.h-banner-bullets p {
    width: 55%;
}	
}