	/*USP SECTION - Additional CSS*/

	.usp-content {
		display: inline-block;
	}
	.copy-wrapper{
	    padding: 7%;
		text-align: center;
	}
	.image-wrapper{
	    padding: 0;
	    background-color: #F1F1F1;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    height: 150px;
	}

	@media (min-width: 444px){
	    .copy-wrapper{
	        padding: 3%;
	    }
	}

	@media (min-width: 600px){
	    .image-wrapper{
	        height: 244px;
	    }
	}

	@media (min-width: 960px){
	    .image-wrapper{
	        height: 212px;
	    }
	}

	@media (min-width: 600px){
	    .copy-wrapper{
	        min-height: 212px;
	        max-height: 212px;
	    }
	    .xs-column-reverse {
	        display: inline-flex;
	        flex-direction: row-reverse;
	    }
	}
