.title {
    color: antiquewhite;
    font-size: 5vw;
}

.sub-title {
    font-size: 3vw;
}

.comment-divider {
    width: 50%;
    margin-left: 25%;
    border-width: 3px;
}

.comments-sec {
    max-height: 45vh;
    overflow-y: scroll;
}  

.title-mob {
    font-size: 10vw;
}

.subTitle-mob {
    font-size: 7vw;
}

.card-inner {
    max-height: 50vh;
    overflow-y: scroll;
}