div.featured h3{
    font-size: 1.2em;
}
.customize_btn{
    width:115px;
}

#hosting_top,
#dedicated_top{
    background-image: unset;
}

.featured {
  border: 1px solid gray;
  padding: 20px;
  border-radius: 30px;
  background-color: white;  
  width: 40%;
  height: 200px;  
  float: left;
  margin-left: 4%;
  margin-bottom: 4%;
}

#hosting_content{
    background:unset
}

.btn_yellow{
    margin-top:0px;
    margin-bottom: 0px;
}

div.featured a{
    text-indent: unset;
}