.new-report p,
.new-report h2{
    padding: 0 10px;
}

.news-report-card-section{
    display: flex;
}

.news-report-card{
    padding: 16px 12px; 
    width: 50%; 
}

.news-report-card a{
    border-radius: 8px;
    border: 1px solid #ccc;
    display: block;
}

.news-report-card a .new-report-img{
    height: 200px;
}

.news-report-card a .new-report-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-report-card a  .new-report-content{
    padding: 16px;
}

.news-report-card a  .new-report-content .new-report-desc{
    height: 144px;
}

.news-report-card a  .new-report-content .new-report-desc h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
     color: #000;
     margin-top: 0;
}

.news-report-card a  .new-report-content .new-report-desc p{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
}

.news-report-card a  .new-report-content .new-report-link{
    color: #0000EE;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.news-report-card a .new-report-content .new-report-link span{
    display: flex;
    align-items: center;
}

.news-report-card a .new-report-content .new-report-link span svg{
    margin-left: 5px;
}

@media (min-width: 768.1px) and (max-width: 877.9px){
    .news-report-card a  .new-report-content .new-report-desc{
        height: 168px;
    }
}


@media screen and (max-width: 768px){
    .news-report-card{
        width: 100%;
    }

    .news-report-card-section{
        display: block;
    }

    .news-report-card a{
        display: flex;
        padding: 16px;
    }

    .news-report-card a .new-report-img{
        width: 104px;
        height: 104px;
        max-height: 250px;
        flex-shrink: 0;
        align-items: flex-start;
    }

    .news-report-card a .new-report-content{
        padding: 0 0 0 16px;
    }

    .news-report-card a  .new-report-content .new-report-desc h3{
        font-size: 20px;
    }

    .news-report-card a  .new-report-content .new-report-desc p{
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .news-report-card a  .new-report-content .new-report-desc{
        height: auto;
    }

    .news-report-card a .new-report-content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-report-card a .new-report-content .new-report-link span svg{
        margin-left: 5px;
    }
}