.outlet_section-banner_style-your-space * {
    box-sizing: border-box;
    font-family: "din-condensed", "Open Sans", sans-serif !important;
    font-weight: 400;
}
.outlet_section-banner_style-your-space {
    background-image: url("images/section-components/outlet/outlet-heroslot2-background.svg?$staticlink$");
	background-color: #212121;
	font-family: "din-condensed", "Open Sans", sans-serif;
    font-weight: 400; 
	margin: 0;
    padding: 0;
	height: 480px;
	max-width: 86rem;
    margin: auto;
    margin-top: 83px;
    margin-bottom: 100px;
}

.outlet_section-banner_style-your-space .section-details {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    height: 100%;
    padding: 32px 70px;
    justify-self: center;
    min-width: 300px;
}

#main .outlet_section-banner_style-your-space .section-details h3.section-title {
  margin: 0 0 16px 0;
}

.outlet_section-banner_style-your-space .section-details .section-title {
    color: #fff;    
    margin: 0 0 16px 0;
	font-weight: 700;
	font-size: 56px;
	line-height: 56px;
	margin: 0 0 16px 0 !important;
}

.outlet_section-banner_style-your-space .accent {
    color: #ffc60a;
	padding-left: 15px
}

.outlet_section-banner_style-your-space .section-details .section-button {
    border-radius: 0;
    min-height: initial;
    letter-spacing: initial;
    text-transform: initial;
    border-width: 0;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #CC422D;
    padding: 16px 36px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
	width: auto;
}

@media screen and (min-width: 600px) {
	.outlet_section-banner_style-your-space {
		height: 350px;
		margin: 80px 32px 100px;
	}
	.outlet_section-banner_style-your-space .section-details {
		padding: 32px 35px;
	}	
}
@media screen and (min-width: 1024px) {
	.outlet_section-banner_style-your-space .section-details {
		padding: 32px 50px;
	}
	.outlet_section-banner_style-your-space .section-details .section-title {
		font-style: normal;
		font-weight: 400;
		font-size: 80px;
		line-height: 72px;
	}
}
@media screen and (min-width: 1025px) {	
	.outlet_section-banner_style-your-space .section-details {
		padding: 32px 80px;
	}
}
@media screen and (min-width: 1400px) {
	.outlet_section-banner_style-your-space {
		max-width: 82rem;
		margin: auto;
		margin-top: 83px;
		margin-bottom: 100px;
	}
}