.tile-content {
    margin: auto;
    max-width: 29% !important;
    background: #F7F7F7;
}

.banner-content .banner-inner-content {
    background: #575D69;
}

.prod-img {
    height: 290px;
}

.pro-black-button {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    background: var(--behr-navy-primary);
    border: 1px solid var(--behr-navy-primary);
    color: white;
    text-align: center;
    font-style: normal;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 21px;
    background: #4E4E4E;
    border: 1px solid #4E4E4E;
}

.pro-black-button:hover {
    color: #fff !important;
    background-color: var(--behr-navy-medium);
    text-decoration: none;
}

has context menu li.ml-3.pt-3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    font-family: var(--behr-body-and-label-font);
}

.banner-title {
    font-family: var(--behr-heading-font);
    font-size: 35px;
    font-weight: 500;
    line-height: 30px !important;
    letter-spacing: 0px;
    text-align: left;
}

.qr-button {
    width: 240px !important;
}

.primary-title {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500) !important;
    font-size: 35px;
    line-height: 30px;
    color: #FFFFFF;
}

.secondary-title {
    font-family: var(--behr-body-and-label-font);
    font-size: 18px;
    font-weight: var(--behr-normal) !important;
    line-height: 21px;
    color: #FFFFFF;
}

.secondary-description {
    font-family: var(--behr-body-and-label-font);
    font-size: 14px;
    font-weight: var(--behr-normal) !important;
    line-height: 21px;
    color: #FFFFFF;
}

.master-rep-title {
    font-family: var(--behr-heading-font);
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px
}

.sticy-nav-section {
    background: #575D69;
}

.sticy-nav-section.sticky {
    z-index: 1061;
    margin-top: unset !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    max-width: 1600px;
    background: #575D69;
}

.master-rep {
    justify-content: left;
    align-items: center;
}

.product-section a.nav-link {
    color: #000000;
    font-family: var(--behr-body-and-label-font--bold);
    font-size: 16px;
    font-weight: var(--behr-bold);
    line-height: 16px;
    color: #000000;
    list-style-type: none;
}

.product-section {
    list-style-type: none;
}

.product-section a.nav-link:hover {
    text-decoration: underline;
    color: #C94F15;
}

.product-nav-bar {
    background: #F7F7F7;
}
.product-nav-bar .product-section li.nav-item {
    padding: 0px 35px;
}
@media only screen and (max-width : 991px) {
    .master-rep {
        justify-content: center;
    }
    .master-rep-title {
        font-size: 23px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }
    .tile-content {
        max-width: none !important;
    }
    .product-nav-bar .product-section li.nav-item {
        padding: 0px 5px;
    }
    .brand-description {
        height: auto !important;
    }
}
.fifty-fifty-image-text h2.primary-title {
	font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
	font-size: 35px;
	line-height: 30px;
	color: #FFFFFF;
}
.fifty-fifty-image-text p.secondary-title {
	font-family: var(--behr-body-and-label-font);
	font-size: 18px;
	font-weight: var(--behr-normal) !important;
	line-height: 21px;
	color: #FFFFFF;
	margin:0px
}
.fifty-fifty-image-text p.secondary-description {
	font-family: var(--behr-body-and-label-font);
	font-size: 14px;
	font-weight: var(--behr-normal);
	line-height: 21px;
	color: #FFFFFF;
	margin:0px;
}
@media (min-width:992px) {
    .desktop-background {
        background: var(--behr-beige-secondary);
    }
	.desktop_image {
		height: 100%;
    	object-fit: cover;
	}
    .tile-content:nth-child(4), .tile-content:nth-child(5) {
        margin: 28px;
    }
}
@media (max-width:991px) {
    .text-content-area {
        background: var(--behr-beige-secondary);
        padding-left: 30px !important;
    }

    
}