.circle-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-img img {
    width: 100%;
    height: auto;
}