.product-results .product-tile:hover {
 transform: scale(1.03);
box-shadow: 0px 4px 8px rgba(46, 26, 71, 0.8);
}

#product-page #feature {
    background: #0899D3;
    padding-top: 20px
}

#product-page #feature {
    background: #3A4958;
    padding-top: 0px;
    border-top: 0px solid #002f6c;
    border-bottom: 3px solid #002f6c;
}

.product-link:hover {
transform: scale(1.05);
color: #2E1A47
}

.product-link {
transition: transform 0.5s ease;
transform: none;
color: #000000;
}

/*Change background color to appropriate brand color */

.ProductIcon__SmallCircle--course {
    background: #e57200;
}
.ProductIcon__LargeCircle--course {
    background: #e57200;
}