.pdp-feature {
	margin-top: 1rem;
	margin-bottom: 1rem;
 }

.pdp-feature img {
	margin: 0.5rem 0;
 }

@media screen and (max-width: 1023px ) {
 	.pdp-features {
	    max-width: auto;
	    margin-left: -5%;
	    margin-right: -5%;
 	}

	.pdp-features .pdp-feature {
		margin: 0.25rem 0;
		padding: 0;
	 }

	.pdp-features .pdp-feature img {
		margin: 0.25rem 0;
	 }

}