.annual-report h1.title {
    text-align: center;
    margin-top: 41px;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}

.annual-report .content-heading h1.title.h1 span {
    background: transparent;
    padding: 0;
}

.annual-report-item a:hover .annual-report-title span{
    color: #5F7935; 
}

.annual-report .content-heading {
    max-width: 920px;
    margin: 0 auto;
}

.annual-report .annual-report-listing {
    display: flex;
    width: 100%;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 11px;
}

.annual-report .annual-report-item {
    display: block;
    padding: 36.5px 36px;
    width: calc(100% / 4 - 15px);
}

.annual-report .annual-report-item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.annual-report .annual-report-title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.06px;
    text-align: center;
    display: block;
    padding-top: 19px;
}

.annual-report-content {
    padding-bottom: 123px;
}

.annual-report-image {
    background-size: cover;
    padding-bottom: 140.6%;
    width: 100%;
    position: relative;
}

@media screen and (max-width:1280px) {
    .annual-report .annual-report-listing {
        column-gap: 30px;
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .annual-report .annual-report-item {
        padding: 0;
        width: calc(100% / 4 - 23.5px);
    }
}

@media screen and (max-width: 991px) {
    .annual-report .annual-report-item {
        padding: 0;
        width: calc(100% / 3 - 20.5px);
    }
}

@media screen and (max-width: 767px) {
    .annual-report .annual-report-item {
        padding: 0;
        width: calc(100% / 2 - 16.5px);
    }

    .annual-report h1.title {
        margin-bottom: 41px;
    }

    .annual-report .annual-report-listing {
        padding: 0 12px;
        row-gap: 39px;
    }

    .annual-report .annual-report-title span {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding-top: 12px;
    }

    .annual-report-content {
        padding-bottom: 142px;
    }
}

@media screen and (max-width: 345px) {
    .annual-report .annual-report-item {
        width: 100%;
    }
}
