/* TRUEMED - Bilgi İkonları */

.trumed-feature-strip{
    background:#f7f8fa;
    padding:34px 20px;
}

.trumed-feature-strip .e-con-inner{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:70px;
    flex-wrap:wrap;
}

.trumed-feature-item{
    text-align:center;
    transition:all .35s ease;
}

.trumed-feature-item .elementor-icon{
    color:#777;
    font-size:38px;
    margin-bottom:10px;
    transition:all .35s ease;
}

.trumed-feature-item .elementor-icon-box-title{
    font-size:16px;
    line-height:1.25;
    font-weight:500;
    color:#111;
    margin:0;
}

.trumed-feature-item:hover{
    transform:translateY(-4px);
}

.trumed-feature-item:hover .elementor-icon{
    color:#3E99AD;
}


/* TRUEMED Feature Strip Mobile */
@media (max-width: 767px){

    .trumed-feature-strip .e-con-inner{
        display:grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap:28px 18px;
    }

    .trumed-feature-item{
        width:100%;
        text-align:center;
    }

    .trumed-feature-item .elementor-icon{
        font-size:34px;
        margin-bottom:8px;
    }

    .trumed-feature-item .elementor-icon-box-title{
        font-size:15px;
        line-height:1.25;
    }
}