/* Start: NAVIGATION */
.card.feature-card {
    min-height: 713px;
    max-height: 713px;
    height: 713px;
}

.card.feature-card img:last-of-type {
    height: 460px;
    max-height: 460px;
    overflow: hidden;
    object-fit: cover;
}

.card.feature-card a.btn i {
    font-size: 8px;
}

.ft3-separator {
    background-color: #13a0f0;
    width: 50px;
    height: 5px;
    border: 1px solid #13a0f0;
    border-radius: 0px;
}

.article-card {
    background-color: inherit;
    border: none;
    padding: 0;
}

.article-image-wrap {
    height: 0;
    padding-bottom: 52%;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}

.article-image-wrap img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) scale3d(1, 1, 1);
}

.article-content {
    margin-top: 15px;
    padding-bottom: 18px;
}

.article-content a:hover {
    text-decoration: none;
    color: #13a0f0;
}

.article-button {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    overflow: hidden;
    font-size: clamp(0.85rem, 1vw + 0.5rem, 1rem);
    line-height: normal;
    padding-right: 40px !important;
}

.article-content .with-arrow-right-icon:hover i {
    transform: translate(10px, -50%)
}

.article-content .arrow-right-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/* End: NAVIGATION */

@media (max-width: 767px) {
    .article-card {
    padding: 0;
    }
    
    #ourPartnerships #carousel-banner h1 {
        font-size: 26px !important;
        line-height: 1;
        font-family: 'Rubik', sans-serif; 
        color: #ffffff
    }
    
    #ourPartnerships #carousel-banner .text-wrap p {
        max-width: 84%;
        font-size: 12px;
        line-height: 1;
        padding-top:8px;
    }
    
    #ourCsrFoundations .article-button {
        position: relative;
        }
        
    #ourCsrFoundations .article-content {
        margin-bottom:20px;
    }
    
}