.flag {
    width: 60px;
    /* small size */
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    /* make round */
    border: 2px solid #fff;
    /* optional border */
}

.flag-contact {
    width: 20px;
    height: 20px;
    object-fit: cover;


}