.tutorPicCircle{
    height: 60px; 
    width: 60px; 
    border-radius:30px; 
    background-color: #fbfbfb; 
    object-fit: cover
}


@media screen and (min-width: 568px) {
    .tutorPicCircle{
        height: 60px; 
        width: 60px; 
        border-radius:30px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }
}
@media screen and (min-width: 768px) {
    .tutorPicCircle{
        height: 60px; 
        width: 60px; 
        border-radius:30px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }
    
}
@media screen and (min-width: 968px) {
    .tutorPicCircle{
        height: 80px; 
        width: 80px; 
        border-radius:40px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }
    
}

@media screen and (min-width: 1024px) {
    .tutorPicCircle{
        height: 80px; 
        width: 80px; 
        border-radius:40px; 
        background-color: #fbfbfb; 
        object-fit: cover
    }

}