#branded_golf_row {
	@include bg_img_cover();
	margin-top: -15%;
    position: relative;
    padding-top: 18%;
    padding-bottom: 6.666rem;
	.content-width {
		grid-template-columns: 1fr 1fr;
		.column {

		}
		.column.left {
			.image {
				@include bg_img_contain();
				padding-top: 80%;
			}
		}
		.column.right {
			@include flexbox();
			flex-direction: column;
		    justify-content: center;
		    padding-left: 5%;
			p:first-of-type {
				color: #FF9914;
				letter-spacing: 1.5px;
				margin-bottom: 1.222rem;
				font-size: 1.111rem;
			}
			h2 {
				margin-bottom: 1.944rem;
			}
			p:last-of-type {
				width: 80%;
				margin-bottom: 1.944rem;
			}
			a {
				@include btn01();
			}
			a:hover {
				@include btn01_hover();
			}
		}
	}
}