@media(max-width: 767px) {

	.mobile-logo {
		background: #fff;
		display: block;
	}

	.gdlr-core-block-item-title {

	}

	.gdlr-core-pbf-element .gdlr-core-pos-rights {
		margin-right: -36px
	}

	.gdlr-core-page-builder-body .item.xs-half img {
		width: 46% !important;
	}
}

@media(min-width: 767px) and (max-width: 1024px) {
	.sm-3 {
		width: 33% !important;
		float: left;
	}
}