.our-impact-container {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.our-impact-container .title-container {
    /* background: var(--BG, #FFF); */
}
.our-impact-container .our-impact-title {
    color: var(--Primary-Blue, #002F6C);
    font-family: Inter;
    /* font-size: 96px; */
    font-size: min(max(40px, calc(2.4rem + (96 - 40) * ((100vw - 430px) / (1440 - 430)))), 96px);
    min-height: 0vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 46px;
    /* padding-bottom: 30px; */
    padding-top: 24px;
}
.our-impact-container .content-title {
    color: var(--Primary-Blue, #002F6C);
    font-family: Inter;
    /* font-size: 32px; */
    font-size: min(max(24px, calc(2.4rem + (32 - 24) * ((100vw - 430px) / (1440 - 430)))), 32px);
    min-height: 0vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
    margin-top: 32px;
}
.our-impact-container .content-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    /* justify-content: ; */
}
.our-impact-container .content-posts .post-content {
    width: calc((100% - 45px) / 2);
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 548px;
}
.our-impact-container .content-posts a {
    color: var(--Text, #27272A);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.our-impact-container .content-posts a:hover {
    /* font-weight: 700; */
    text-decoration: underline;
    color: var(--Primary-Blue, #002F6C);
}

.our-impact-container .content-posts .post-content >a {
    /* width: calc((100% - 32px) / 2); */
    display: flex;
    align-items: center;
}
.our-impact-container .content-posts .post-content >a:first-child{
    width: 46.8%;
}
.our-impact-container .content-posts .post-content >a:last-child {
    width: calc(53.2% - 32px);
}
.post-thumb-container {
    width: 100%;
}
.our-impact-container .content-posts #post-thumb {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.section-content.resources-section .content-posts {
    gap: 37px 45px;
    max-width: 1179px;
}
.resources-section .content-posts a {
    width: calc((100% - 135px) / 4);
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: unset;
    background-image: repeating-linear-gradient(transparent, transparent 26px, #BA0C2F 27px, #BA0C2F 28px);
    height: fit-content;
}
.resources-section .content-posts a:hover {
    text-decoration: unset;
    background-image: repeating-linear-gradient(transparent, transparent 26px, #002F6C 27px, #002F6C 28px);
}
.section-content.resources-section {
    padding-bottom: 70px;
}
.section-content {
    padding: 0 55px;
}
.section-content.resources-section .content-title {
    margin-top: 58px;
    margin-bottom: 45px;
}
@media(max-width: 1366px) {
    .our-impact-container .our-impact-title {
        /* font-size: 66px; */
    }
}
@media(max-width: 992px) {
    .our-impact-container .our-impact-title {
        /* font-size: 50px; */
    }
}
@media(max-width: 1024.98px) {
    .read-more {
        display: flex;
        width: 154px;
        height: 45px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 45px;
        background: var(--Primary-Red, #BA0C2F);
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .read-more:before,
    .read-more:after {
        display: none;
    }
    .section-content {
        padding: 0;
    }
    .resources-section .content-posts a{
        width: calc((100% - 45px) / 2);
    }
}
@media(max-width: 767.98px) {
    .our-impact-container .title-container {
        background: inherit;
    }
    .our-impact-container .our-impact-title {
        /* font-size: 40px; */
        margin-top: 0;
        /* padding-top: 42px; */
    }
    .section-content {
        padding: 0;
    }
    .our-impact-container .content-posts .post-content {
        width: 100%;
    }
    .resources-section .content-posts a{
        width: 100%;
    }
    .our-impact-container .content-posts .post-content >a {
        width: 100%;
    }
    .our-impact-container .content-posts .post-content >a:first-child{
        width: 100%;
    }
    .our-impact-container .content-posts .post-content >a:last-child {
        width: 100%;
    }
    .our-impact-container .content-posts .post-content,
    .our-impact-container .content-posts {
        gap: 24px;
    }
    .our-impact-container .content-posts {
        padding: 0 47.5px;
        gap: 43px;
    }
    .our-impact-container .content-title{
        margin-bottom: 40px;
        margin-top: 24px;
        /* font-size: 24px; */
        font-weight: 500;
    }
    .section-content.resources-section {
        padding-bottom: 50px;
    }
    .section-content .read-more {
        margin-right: 34px;
        margin-top: 45px;
    }
    .section-content.latest-news-section .content-title {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .section-content.resources-section .content-title {
        margin-top: 46px;
        margin-bottom: 25px;
    }
    .section-content.resources-section .content-posts {
        gap: 24px 45px;
    }
}
@media(max-width: 374.98px) {
    .our-impact-container .content-posts{
        padding: 0 24px;
    }
}
.read-more {
    color: var(--Text, #27272A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: unset;
    margin-left: auto;
    display: block;
    width: fit-content;
    padding-right: 134px;
    position: relative;
    margin-top: 75px;
}
.read-more:hover {
    /* font-weight: 700; */
}
.read-more:after{
    content:'';
    width: 95px;
    height: 2px;
    background-color: #27272A;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.read-more:before{
    content:'';
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../images/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transition: all .3s;
}
.read-more:hover:before {
    right: -22px;
    transition: all .3s;
}
@media(max-width: 1024.98px) {
    .read-more {
        display: flex;
        width: 154px;
        height: 45px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 45px;
        background: var(--Primary-Red, #BA0C2F);
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .read-more:before,
    .read-more:after {
        display: none;
    }
}