@charset "UTF-8";
/* style.css
----------------------*/

.df {
	/* display: flex; */
	display: grid;
    justify-content: center;
    margin: 0 0 20px 0;
	gap: 20px;
}

.df a.img-cmn-border:hover::before{
	border-radius:30px;
}

.df .img-cmn-border:before, .img-cmn-border-hover:before {
	border: 0;
}


.df img{
	width: 100%;
	max-width: 300px;
}

/* ul.list-cmn>li:before {
    content: '\25A0';
} */

.list-cmn-notes:not(.s-no-count)>li:before {
    /* content: "\25cf"; */
	list-style: none;
}

ol.list-cmn-notes:not(.s-no-count)>li:before {
    content: counter(num);
}

h3{
	font-weight: bold;
}