.giveaway-hero {
    height: 600px;
}

.giveaway-hero-text {
    width: 1200px;
    margin: 0 auto;
}

.giveaway-hero-text h1 {
    text-align: left;
    color: white;
    padding-top: 225px;
    padding-right: 20%;
    line-height: 44px;
    font-size: 50px;
    font-weight: 800;
}

.giveaway-hero-text h2 {
    text-align: left;
    color: white;
    padding-right: 40%;
    line-height: 22px;
    font-size: 20px;
    text-transform: none;
}


/************************
.giveaway-hero-text span {
    font-weight: 800;
}
************************/

.giveaway-featured-products {
    width: 100%;
}

.giveaway-featured-products h1 {
    margin-top: 60px;
    text-align: center;
    color: #363636;
    line-height: 30px;
    font-size: 30px;
    font-weight: 800;
}

.giveaway-featured-products h2 {
    text-align: center;
    color: #363636;
    line-height: 22px;
    font-size: 22px;
    font-weight: 400;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.giveaway-featured-products h3 {
    text-align: center;
    color: #363636;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    width: 50%;
    margin-left: auto;
    margin-left: auto;
    margin-top: -35px;
}


.giveaway-featured-products p {
    margin-top: -12px;
    text-align: center;
    color: #363636;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 70px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.giveaway-featured-products img {
    width: 75%;
}

.giveaway-product-grid {
    height: 280px;
    width: 1200px;
    margin: 0 auto;
}

.giveaway-promo-banner {
    height: 310px;
    width: 100%;
    background-image: url("Garage-landing-banner.jpg");
    background-size: cover;
    background-position: center;
    text-align: right;
}

.giveaway-promo-banner img {
    display: inline-block;
    width: 285px;
    margin-top: 86px;
    margin-right: 40px;
}

.giveaway-promo-banner-text {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 24px;
    vertical-align: 12px;
    margin-right: 80px;
}

.giveaway-promo-banner h2 {
    color: white;
    font-size: 18px;
    line-height: 24px;
    vertical-align: 100%;
    text-align: left;
}

.giveaway-promo-banner span {
    font-weight: 800;
}

.giveaway-promo-banner h3 {
    padding: 6px 14px;
    color: white;
    font-size: 16px;
    font-weight: 800;
    background-color: #0054CF;
    text-align: center;
    border-radius: 4px;
}

.giveaway-about {
    width: 1200px;
    margin: 0 auto;
}

.giveaway-about h1 {
    margin-top: 60px;
    text-align: center;
    color: #363636;
    line-height: 30px;
    font-size: 30px;
    font-weight: 800;
}

.giveaway-about p {
    text-align: left;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 70px;
}

.giveaway-photos-top {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url("Garage-tiles-top5.jpg");
}

.giveaway-grand-prize {
    width: 100%;
    margin: 0 auto;
}

.giveaway-grand-prize h1 {
    margin-top: 60px;
    text-align: center;
    color: #363636;
    line-height: 30px;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: -6px;
}

.giveaway-grand-prize h3 {
    color: #363636;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 70px;
}

.giveaway-first-prize {
    width: 100%;
    margin: 0 auto;
}

.giveaway-first-prize h1 {
    margin-top: 60px;
    text-align: center;
    color: #363636;
    line-height: 30px;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: -6px;
}

.giveaway-first-prize h3 {
    text-align: center;
    color: #363636;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 70px;
}

.giveaway-photos-bottom {
    height: 400px;
    width: 100%;
    background-image: url("Garage-tiles-bottom2.jpg");
    background-size: cover;
    background-position: center;
}

.giveaway-info {
    width: 1200px;
    margin: 0 auto;
}

.giveaway-info h1 {
    margin-top: 60px;
    text-align: center;
    color: #363636;
    line-height: 30px;
    font-size: 30px;
    font-weight: 800;
}

.giveaway-info p {
    text-align: left;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 70px;
}

.giveaway-info a {
    font-weight: 800;
}



/**************************************/

@media screen and (min-width: 3440px)  {
.giveaway-promo-banner-text {
    margin-right: 1160px;
}
}




@media screen and (max-width: 1199px)  {
.giveaway-hero-text h1 {
    margin-left: 5%;
    width: 51%;
    padding-right: 0px;
}

.giveaway-hero-text h2 {
    margin-left: 5%;
    width: 51%;
    padding-right: 0px;
}
  
.giveaway-hero-text {
    width: 100%;
}
  
.giveaway-product-grid {
    width: 100%;
}
  
.giveaway-about {
    margin: 0 auto;
    width: 78%;
} 
  
.giveaway-info {
    margin: 0 auto;
    width: 78%;
} 
  
.giveaway-wrapper {
    width: 100%;
    padding-top: 0px;
}
}


@media screen and (max-width: 1199px)  {
.giveaway-grand-prize h1 {
    width: 51%;
    padding-right: 0px;
}

.giveaway-grand-prize h2 {
    width: 51%;
    padding-right: 0px;
}
  
.giveaway-grand-prize {
    width: 100%;
}
.giveaway-first-prize h1 {
    width: 51%;
    padding-right: 0px;
}

.giveaway-first-prize h2 {
    width: 51%;
    padding-right: 0px;
}
  
.giveaway-first-prize {
    width: 100%;
} 
}



@media screen and (max-width: 768px)  {
.giveaway-hero {
    height: 400px;
}
.giveaway-hero-text h1 {
    padding-top: 130px;
    line-height: 32px;
    width: 55%;
    font-size: 30px;
}
.giveaway-hero-text h2 {
    line-height: 20px;
    width: 45%;
    font-size: 14px;
}
.giveaway-promo-banner img {
    margin-right: 90px;
}
.giveaway-photos-top {
    height: 280px;
}
.giveaway-photos-bottom {
    height: 280px;
    margin-top: 180px
}  
} 


@media screen and (max-width: 768px)  {
.giveaway-grand-prize {
    height: 400px;
}
.giveaway-grand-prize h1 {
    padding-top: 20px;
    line-height: 32px;
    width: 55%;
    font-size: 30px;
}
.giveaway-grand-prize h2 {
    line-height: 20px;
    width: 45%;
    font-size: 14px;
}
.giveaway-first-prize {
    height: 400px;
}
.giveaway-first-prize h1 {
    line-height: 32px;
    width: 55%;
    font-size: 30px;
}
.giveaway-first-prize h2 {
    line-height: 20px;
    width: 45%;
    font-size: 14px;
}
}


@media screen and (max-width: 669px)  {
.giveaway-hero-text h1 {
    padding-top: 45px;
    line-height: 28px;
} 
.giveaway-featured-products {
    width: 90%;
    margin: 0 auto;
}
.giveaway-featured-products h2 {
    width: 90%;
}
.giveaway-promo-banner {
    height: 340px;
}
.giveaway-promo-banner img {
    display: inline-block;
    width: 195px;
    margin-top: 54px;
}
} 


@media screen and (max-width: 669px) and (min-width: 577px) {
.giveaway-promo-banner img {
    width: 200px;
    margin-left: 50%;
}
}