/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*Round Edges Content Card*/
  .content-card-inner {
    border-radius: 20px;
}
  
  .content-card-overlay {
    border-radius: 20px;
}
  
.content-card {
    border-radius: 20px;
}

/* Round Corner on All Images */
img {
  -webkit-border-radius: 10px;
  border-radius: 10px; !!important
}

/* Round Corner on Blog */
<style>

.blog-index__post-image--large {
    border-radius: 25px 0px 0px 25px;
}

.dnd-blog-listing .blog-index__post--large.pull-up-card {
    border-radius: 25px;
}

.hhs-blog-card-inner {
    border-radius: 25px;
}  

.blog-index__post img {
    border-radius: 25px 25px 0px 0px;
}
  
.blog-index__post--small .blog-index__post-image {
    border-radius: 25px 25px 0 0;
}  
  
</style>/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/