@include respond-between(md, lg) {
	#branded_golf_row {
		
		.content-width {

			.column {

			}
			.column.left {
				.image {
				
				}
			}
			.column.right {
				
				p:first-of-type {
					
				}
				h2 {

				}
				p:last-of-type {

				}
				a {

				}
				a:hover {

				}
			}
		}
	}
}

@include respond-between(sm, md) {
	#branded_golf_row {
		
		.content-width {

			.column {

			}
			.column.left {
				.image {
				
				}
			}
			.column.right {
				
				p:first-of-type {
					
				}
				h2 {

				}
				p:last-of-type {

				}
				a {

				}
				a:hover {

				}
			}
		}
	}
}

@include respond-between(xs, sm) {
	#branded_golf_row {
		padding-top: 25%;
		.content-width {

			.column {

			}
			.column.left {
				.image {
				
				}
			}
			.column.right {
				
				p:first-of-type {
					
				}
				h2 {

				}
				p:last-of-type {

				}
				a {

				}
				a:hover {

				}
			}
		}
	}
}

@include respond-below(xs) {
	#branded_golf_row {
		padding-top: 268%;
		padding-bottom: 4.666rem;
		.content-width {
			grid-template-columns: 1fr;
			.column {

			}
			.column.left {
				@include flexbox();
				order: 2;
			    justify-content: center;
			    width: 140%;
			    margin-left: -26%;
				.image {
					width: 150%;
					padding-top: 80%;
					padding-top: 80%;
				    background-position: top;
				    margin-top: -6%;
				}
			}
			.column.right {
				order: 1;
				padding-left: 0;
				flex-direction: column;
			    justify-content: center;
			    padding-left: 5%;
			    @include flexbox();
				p:first-of-type {
					font-size: .848rem;
				}
				h2 {
					font-size: 1.722rem;
				}
				p:last-of-type {
					width: 100%;
				}
				a {

				}
				a:hover {

				}
			}
		}
	}
}