@media(max-width:767px){
    .auth-name {
        font-size: 1.9vw;
        text-align: center;
    }
    
    .profile-description {
        font-size: 2.5vw;
        line-height: 3vw;
    }
    .domain {
        font-size: 1.5vw;
        width: fit-content;
        text-align: center;
    }
    .time{
        font-size: 2.5vw;
    }
    .ans-time{
        font-size: 2.5vw;
    }
    .question{
        font-size: 3vw;
    }
    .like{
        font-size: 2vw;
        margin-right: 3vw;
    }
    .ans-like{
        font-size: 2vw;
        margin-right: 2vw;
    }
    .ansprofile-name{
        font-size: 2.5vw;
        line-height: 3vw;
    }
    .profile-image{
        height: 6vw;
    }
    .quest{
        font-size: 2.5vw;
    }
    .people{
        font-size: 3.5vw;
    }
    .back{
        margin-left: 0.01vw;
        margin-bottom: 5vw;
        font-size: 3.5vw;
        
    }
    .paa-ans{
        font-size: 2.5vw;
        line-height: 3vw;
    }
}