
#texts {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Solutions_p {
    height: 160px;
}
.Page {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
