/* ============== Feature Section CSS Start ============== */

.feature-section{
    width: 100%;
    padding: 100px 0 40px;
}

.feature-section .feature-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.feature-section .feature-content-box{ margin-bottom: 70px; width: calc(33.33% - 20px); }
/*.feature-section .feature-content-box.one-column{ width:100%; }
.feature-section .feature-content-box.two-column{ width:calc(50% - 20px);  }
.feature-section .feature-content-box.three-column{ width: calc(33.33% - 20px); }*/
.feature-section .feature-content-box .feature-img{
    width: 100%;
    position: relative;
    padding-bottom: 60.68%;
    overflow: hidden;
}
.feature-section .feature-content-box .feature-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.feature-section .feature-content-box .feature-img h5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.feature-section .button-w-icon {
    margin-top: 20px;
}

.feature-section .button-w-icon span.cta-arrow {
    margin-left: 7px;
}
.feature-section h4{
    color: #404041;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 32px;
}
.feature-section .button-w-icon a{
    color: #404041;
}

.feature-section .feature-content-box .feature-text {
    margin-top: 20px;
}

.feature-section .feature-content-box .feature-text h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.feature-section .feature-content-box .feature-text p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
            line-clamp: 4; 
    -webkit-box-orient: vertical;
    margin: 0;
    margin-bottom: 5px;
}


/* ============== Feature Section CSS End ============== */




/* ============== Latest From AmeriCU Section CSS Start ============== */
.feature-section.latest-from-americu-section{
    width: 100%;
}
.feature-section.latest-from-americu-section .feature-content-box .feature-text h3 {
    color: #404041;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    position: relative;
    width: max-content;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.feature-section.latest-from-americu-section .feature-content-box .feature-text {
    margin-top: 20px;
}
.feature-section.latest-from-americu-section .feature-text h3::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -4px;
    background: #ff0000;
    z-index: 8;
}

.feature-section.latest-from-americu-section .feature-content-box .feature-text .featureDate{
    color: #404041;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

.feature-section.latest-from-americu-section .feature-content-box .feature-text p{
    color: #404041;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    /*min-height: 100px;*/
}

.feature-section.latest-from-americu-section .button-w-icon a{
    margin-top: 5px;
}
.feature-section.latest-from-americu-section h3.acu-title {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 46px;
    color: #404041;
    text-align: left;
    margin: 0;
    margin-bottom: 42px;
}
/* ============== Latest From AmeriCU Section CSS End ============== */





/* ============== Responsive CSS Start ============== */


@media only screen and (max-width: 1440px) {
    .feature-section {
        padding: 70px 0 40px;
    }
    .feature-section h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .feature-section .button-w-icon {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .feature-section .feature-content-box .feature-text p{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1080px) {
    /* ==========  Latest From AmeriCU Section Start  =======   */

    .feature-section.latest-from-americu-section{
        padding: 70px 0;
    }
    .feature-section.latest-from-americu-section .feature-content-box .feature-text h3{
        margin-bottom: 20px;
    }
    .feature-section.latest-from-americu-section h3.acu-title{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .feature-section .feature-content-box .feature-img h5{
        font-size: 24px;
        line-height: 30px;
    }
    .feature-content-box .feature-text h4{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: auto;
    }

    /* ==========  Latest From AmeriCU Section End  =======   */
}

@media only screen and (max-width: 991px) {
    .feature-section .button-w-icon {
        font-size: 14px;
    }

    .feature-section .feature-content-box .feature-img h5{
        font-size: 18px;
    }

    
    .feature-section .feature-content-box {
        margin-bottom: 50px;
    }

    /*==========  Latest From AmeriCU Section Start  ==========*/

    .feature-section.latest-from-americu-section {
        padding: 40px 0;
    }
   
    .feature-section.latest-from-americu-section .feature-content-box .feature-text h3{
        font-size: 16px;
        line-height: 20px;
    }
    .feature-section.latest-from-americu-section .feature-content-box .feature-text .featureDate{
        font-size: 14px;
        line-height: 20px;
    }
    .feature-section .feature-content-box{ width: calc(33.33% - 13px); }
}

@media only screen and (max-width: 767px) {

    .feature-section {
        padding: 50px 0 20px;
    }

    .feature-section .feature-content-box .feature-text h4{
        margin-bottom: 5px;
    }

    .feature-section h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .feature-section .button-w-icon {
        margin-top: 15px;
    }
    .feature-section .feature-content-box{ margin-bottom: 50px; width: calc(50% - 8px); }
}

@media only screen and (max-width: 567px) {

    /*==========  Latest From AmeriCU Section Start  ========== */

    /*.feature-section .feature-content-box.one-column,
    .feature-section .feature-content-box.two-column,
    .feature-section .feature-content-box.three-column{ width:100%; }*/
    .feature-section .feature-content-box{ width:100%; }

    .feature-content-box .feature-text h4{
        min-height: auto;
    }
    .feature-section.latest-from-americu-section .feature-content-box .feature-text p{
        font-size: 14px;
        margin-bottom: 10px;
        min-height: 70px;   
    }
    .feature-section .feature-content{
        row-gap: 30px;
    }
    .feature-section.latest-from-americu-section h2.acu-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    /*==========  Latest From AmeriCU Section End  ========== */
}

@media only screen and (max-width: 467px) {
    .feature-section .feature-content-box {
        margin-bottom: 30px;
    }

    .feature-section .feature-content-box .feature-img{
        padding-bottom: 50%;
    }
}

@media only screen and (max-width: 360px) {
    
}



/* ============== Responsive CSS End ============== */
