.esg-report-item {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.esg-report-item img{
    width: 100%;
    max-width: 252.5px;
    border: 1px solid #484848;
}

.esg-report-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.esg-report-item div{
    width: 100%;
    min-height: 125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.esg-report-item a h6{
    font-family: 'Calibri', Helvetica, 'MHeiHK', 'Noto Sans TC', sans-serif;
    color: black;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0!important;
}

.m-more-circle{
    font-family: 'Calibri', Helvetica, 'MHeiHK', 'Noto Sans TC', sans-serif!important;
    border-radius: 50%;
    background: #e53930;
    color: white;
    width: 18px;
    height: 18px;
    line-height: 9px;
    font-size: 17px;
    text-align: center;
    padding-left: 1px;
    margin-right: 5px;
    line-height: 16px;
}

.esg-report-item a:hover img{
    border: 1px solid #e53930;
}

.esg-report-item a:hover div{
    background-color: #e53930;
}


.esg-report-item a:hover .m-more-circle{
    background: white;
    color: #e53930;
}

.esg-report-item a:hover h6{
    color: white;
}