.internal-content .page-content-wrapper .page-content {
    background: #fff!important;
}

.widget.image-heading4-text .image-heading4-text__bg, .widget.image-text .image-heading4-text__bg {
    background: #fafafa;
}

span.caption {
    width: 100%;
    padding: 5px 0;
    background: #122ff1;
    color: #fff;
	/*
    background: #f4f4f4;
    color: #000;
    */
    display: block;
    text-indent: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}

@media (max-width:540px) {
	.widget.widget-photo-gallery .photogallery li {
	    width: 100%!important;
	}
}