h1{
    font-weight: 600;
    text-transform: uppercase;
}

#wheels h1, #wheels h2 {
    color: #fff;
    font-weight: 600;
        font-size: 2.5rem;
}



.banner-img {
    width: 100%;
    height: auto;
    position: absolute;
    object-fit: cover;
}
#wheels .wheels-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.yellow-border-promotion, .border {
    height: 270px;
    justify-content: center;
    display: flex;
	align-items: center;
}

.product-img {
    max-width: 100%;
    height: auto;
    align-self: center;
}