@media screen and (max-width:1024px) {
    .resources-wrape .resources-filter ul li a {
        font-size: 15px;
    }
    .resource-card-row{
            grid-auto-columns: 31.833333%;
    gap: 20px;
    }
    .scroll-trg-wrap {
    position: absolute;
    right: -10px;
    top: 49.4%;
    transform: translateY(-50%);
}
}

@media screen and (max-width:991px) {
    .resources-sec {
        padding: 60px 0px;
    }

    .resources-wrape .resources-filter ul li a {
        padding: 2px 12px;
        font-size: 14px;
    }

    .partners-sec {
        padding-bottom: 60px;
    }

    .section-title h2 {
        margin-right: 30px;
        padding-right: 30px;
    }

    .resources-wrape .resources-filter .lbl-text {
        margin-right: 30px;
        padding-right: 30px;
        min-width: 180px;
    }

    .logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .resource-card .resource-card-body .rc-ifon h3{
        font-size: 18px;
    line-height: 23px;
    }
    .resource-card .resource-card-body .rc-ifon p {
      font-size: 14px;
    line-height: 20px;
}
}

@media screen and (max-width:767px) {
    .main-banner .banner-content img {
        max-width: 200px;
    }

    .main-banner .banner-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .section-title {
        flex-direction: column;
    }

    .resources-wrape .resources-filter ul {
        flex-wrap: wrap;
    }

    .site-footer .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 20px;
    }

.site-footer .contact-info p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}



    .site-footer .copy-right {
        padding-top: 20px;
        margin-top: 20px;
    }

    .partners-sec {
        padding-bottom: 40px;
    }

    .resources-sec {
        padding: 40px 0px;
    }

    .section-title h2 {
        margin-right: 0;
        padding-right: 0;
        border: 0;
        font-size: 24px;
        line-height: 30px;
    }



    .resource-card .resource-card-body {
        padding: 10px;
    }




.resource-card .resource-card-body .rc-ifon h3 {
    font-size: 12px;
    line-height: 16px;
}
.resource-card .resource-card-body .rc-ifon h3 a{
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

    .resource-card .resource-card-body {
        margin-bottom: 10px;
    }



    .resource-card .resource-card-body .rc-img .st-tag {
        font-size: 11px;
        line-height: 17px;
        top: 5px;
        left: 5px;
    }

.resource-card .resource-card-body .rc-ifon span {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 6px;
}

    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .resources-wrape .resources-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .resources-wrape .resources-filter ul li a {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 21px;
    }

    .main-banner {
        padding-top: 40px;
    }

    .resources-wrape .resources-filter.sticky {
        padding: 15px 0px;
    }

    .main-banner .left-shape,
    .main-banner .right-shape {
        width: 35%;
    }

    .resource-card .resource-card-body .rc-ifon p {
        font-size: 12px;
        line-height: 17px;
    }

    .resources-wrape .resources-filter .lbl-text {
        margin-right: 0;
        padding-right: 0;
        min-width: unset;
        border: 0;
                font-size: 24px;
        line-height: 30px;
    }

.section-title p {
    font-size: 13px;
    line-height: 20px;
}

    .resource-card-row {
        grid-auto-columns: 48.5%;
        gap: 10px;
    }

    .resource-card .resource-card-body .rc-img img {
        max-height: 100px;
        min-height: 100px;
    }
    .resource-card .resource-card-body .rc-ifon {
    padding-top: 10px;
}
.scroll-right {
    width: 25px;
    height: 25px;
    padding: 3px;
}
.contribute-block .contribute-text p br{
    display: none;
}
.contribute-block .contribute-text p{
    margin-bottom: 15px;
}
.contribute-block .contribute-text h2{
        font-size: 20px;
    line-height: 26px;
}
.contribute-block .contribute-text h2 span{
        width: 25px;
    height: 25px;
}
.contribute-block {
    padding: 15px 0px 0px;
}
}