﻿.opportunity-filter-title {
    margin-bottom: 1.5rem !important;
}
.opportunity-filter-item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

@media(max-width: 768px) {
    .opportunity-filter-item {
        font-size: 12px
    }
}

.knowledge-hub .col, .sector .col, .country .col {
    margin-bottom: 2rem !important;
}
.img-container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.knowledge-hub .knowledge-hub-category {
    color: #fff;
}
.knowledge-hub .knowledge-hub-category {
    font-size: 1rem;
    font-weight: 700;
    background: white;
    padding: 10px 14px;
    color: #ed8b00;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
}
.knowledge-hub a, .sector a, .country a {
    text-decoration: none;
    color: inherit;
}
.knowledge-hub .card-body, .sector .card-body {
    height: 6em;
}

.country .card-body {
    height: 3em;
}
.knowledge-hub .card:hover, .knowledge-hub .card:active, .knowledge-hub .card:focus, .sector .card:hover, .sector .card:active, .sector .card:focus, .country .card:hover, .country .card:active, .country .card:focus {
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    cursor: pointer
}
.page-pagination {
    padding: 4.1875rem 0;
}

    .page-pagination .pagination {
        grid-gap: 1rem;
        gap: 1rem;
    }

        .page-pagination .pagination .page-item .page-link {
            border-radius: 1000px;
            width: 40px;
            height: 40px;
            color: #007672;
            text-align: center;
            border: white;
        }

        .page-pagination .pagination .page-item:nth-child(-n + 2) .page-link {
            border-radius: 5px;
            width: auto;
            color: #007672;
            border: white;
        }

        .page-pagination .pagination .page-item:nth-last-child(-n + 2) .page-link {
            border-radius: 5px;
            width: auto;
            color: #007672;
        }

        .page-pagination .pagination .page-item.active .page-link {
            color: #FFF;
            background-color: #007672;
        }

        .page-pagination .pagination .toggle-page {
            width: 90px;
            text-align: center;
        }

.impact-investment-in-agriculture-title {
    padding: 1em 1em;
    cursor: pointer;
    margin-bottom: 1em;
    transition: transform .3s;
}

    .impact-investment-in-agriculture-title:hover {
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        transform: scale(1.05)
    }