h3.pretty{
  font-size: 72px;
  background: -webkit-linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 

.product-details #description h3{
color: #0055b7; font-size: 18px; text-transform: uppercase;

} 

.product-details #description h2{
color: #002145; font-size: 20px;
} 

.product-details #description #appearRight{

width: 500px; 
float: right;

}