
.pageList {
    border-radius: 15px;
    border       : 1px solid #2489FF;
}

.home-news {
    background: white;
    padding: 30px 0px;
    padding-top: 60px;
}

.home-news .card-img-top--news {
    display   : block;
    object-fit: cover;
    width     : 100%;
    border-radius: 15px;
    height: 235px;
    max-height: 235px;
    height: calc(var(--width) * 2);
    min-height: 168px;
    max-height: 168px;
}
.theme-orange .card-title
{
    color: var(--black-design);
}


.home-news
{
    font-family: "Inter-medium";
}

.home-news .card-title
{
    color: var(--black-design);
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 6px;
}
.home-news .card-text
{
    font-size: 12px;
    line-height: 16px;
    color: #797E84;
}

.home-news h3 {
    font-weight  : 800;
    margin-bottom: 10px !important;
}

.home-news .view-all
{
    background: #F7F9FB;
    width: 180px;
    height: 46px;
    padding: 12px 16px;
    display: block;
    color: black;
    font-size: 16px;
    margin: 0px auto;
    margin-top: 30px;
    text-align: center;
}
.home-news .card-body
{
    padding: 10px 0px;
}
.home-news .container
{
    padding: 0px;
}

@media (max-width: 980px) {
    .home-news .card-img-top--news {
        min-height: 108px;
        max-height: 108px;
    }
    .home-news .card-body
    {
        padding: 10px 0px;
    }
    .home-news .card-title
    {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .home-news .card-text
    {
        font-size: 10px;
        line-height: 14px;
    }
    .home-news .row.row-cols-4
    {
        display: block;
    }
    .home-news .row.row-cols-4 .card {
        display: inline-block;
        width: calc(50% - 12px);
        margin: 4px;
        padding: 0px;
    }
    .home-news .container {
        width: calc(100% - 16px) !important;
        max-width: 98vw !important;
        margin: 0px 8px;
    }
    .home-news .view-all
    {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:6px) {
    .card-body--news {
        padding: 20px 0 60px !important;
    }
}
