/************************************/
/** circle-img						*/
/************************************/

.circle-img-container{
	margin: auto;
	border-radius: 140px;
    border: 2px solid #ee750d;
    overflow: hidden;
    display:flex;	
    overflow:'hidden';
    justify-content: center;
    background-color: white;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}
    
.circle-img{
	overflow:'hidden';
}

