.

<style type="text/css">
#wrap {
   width:600px;
   margin:0 auto;
}
#left_col {
   float:left;
   width:300px;
}
#right_col {
   float:right;
   width:300px;
}
.featureList {
 padding-left: 0.5rem;
}
.text-primary {
    color: #475b7e;
}
.fw-bold {
    font-weight: bold;
}
    
.productAttributeList {
    padding-top: 10px;
}

.CategoryPageList {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
}   

.CategoryPageList li {
    display: inline-block;
    list-style: none;
}
    
.categoryBlock {
   width: 270px;

}
    
.categoryLink {
        display: inline-block; 
        background: #475b7e; 
        padding-top: 15px; 
        padding-bottom: 15px; 
        width: 100%; 
        text-align: center;
}
    
.categoryLink>a {
        color: #ffffff; 
       /* font-weight: bold; */
        font-size:16px;
}

</style>
