.contentLine .right .content .desc p{
    text-indent: 2rem;
    line-height: 2rem;
}
.contentLine .right .content .soncolumn .card{
    width: 100% !important;
    margin-bottom: 2rem;
    padding: 15px;
    background-color: #f5f5f5;
    height: 23rem;
}
.contentLine .right .content .soncolumn .card .soncolumnlink{
    display: block;
    width: 100% !important;
    overflow: hidden;
}
.contentLine .right .content .soncolumn .card:hover img {
    transform: scale(1.1, 1.1);
}
.contentLine .right .content .soncolumn .card-body{
    margin: 10px 10px 0px 10px !important;
    width: fit-content;
    padding: unset;
    width: 100%;
}
.contentLine .right .content .soncolumn .card-body .card-title{
    font-size: 1rem;
    color:#333;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    text-indent: 0;
}
.contentLine .right .content .soncolumn:hover .card-body .card-title{
    color:var(--company-color) !important;
    font-weight: 600;
}
.card-img-top {
    min-height: 280px;
    overflow: hidden;
}
.contentLine .right .pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.contentLine .right .pagination nav{
    width: fit-content;
}