.line-clamp-h2{
    max-height: none !important;
}
.line-clamp-p4{
    max-height: none !important;
}

.text-profile{
    width: calc(100% - 195px)
}
@media (max-width: 460px) {
    .img-profile{
        width: 120px !important;
        height: 120px !important;
    }
    .text-profile{
        width: calc(100% - 125px)
    }
}
