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

.df {
	display: flex;
    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;
}