.resources-section{
    padding:0px 0px 120px 0px;
}
.related-resources{
    padding : 19px 0 120px 0 !important;
}
/* .ss_inner_body-row .ssInner_body_left {
    width: 695px;
} */
.ssInner_body_left h3 {
    font-size: 33px;
    font-weight: 500;
    line-height: normal;
    color: #232323;
    margin-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 24px;
}
.rr-page-btn
{
    margin-top: 30px;
}
.resources-section .section-title {
    display: flex;
    width: 388px;
    height: 44px;
    flex-direction: column;
    justify-content: left;
    flex-shrink: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.resources-section .gap-card
{
    gap: 14px;
}
.resource-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    min-height: 330px;
    border: 0;
    padding: 12px 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 31.43%, #000 100%);
    backdrop-filter: blur(20px);
}

.resource-card .card-img-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.resource-card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.resource-card:hover .card-img-top {
    transform: scale(1.05);
}

.resource-card .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

.resource-card .badge {
    background-color: rgba(217, 217, 217, 0.9) !important;
    color: #000 !important;
    border-radius: 100px;
    font-size: 16PX;
    font-weight: 400;
    z-index: 1;
}

.resource-card .card-content {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  
}

.resource-card .card-title {
     z-index: 1;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-self: stretch;
    margin: 12px 0;
}

.resource-card .card-footer-resource {
    border-top: 2px solid #555;
    padding:12px 0px 0 0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: left;
    background-color: transparent;
}

.resource-card .time {
    display: flex;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.resource-card .time img {
    margin-right: 3px;
    filter: brightness(0) invert(1);
}

.resource-card .read-more {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
}

.resource-card .read-more:hover {
    color: #ccc;
}
.resource-card .read-more img {
    margin: 0 0 0 5px;
}
.btn-kapel-black{
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #242424;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400
}
.btn-kapel-black:hover {
    background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%)
}
.btn-kapel-black:hover img {
    transform: scale(1.2)
}

@media (max-width: 767px) {
    .resource-card{
        width: 100%;
    }
}