/* =============================================================================
   VTW CORE
   05 - FEATURES
============================================================================= */

/* --------------------------------------------------------------------------
   Bloc principal
--------------------------------------------------------------------------- */

.vtw-features{

    background:#fdf8ef;

    border:1px solid rgba(0,0,0,.08);

    border-radius:10px;

    padding:22px;

    margin:30px 0;

}

/* --------------------------------------------------------------------------
   Titre
--------------------------------------------------------------------------- */

.vtw-features h3{

    margin:0 0 18px;

    font-size:1.55rem;

    font-weight:700;

    line-height:1.2;

}

/* --------------------------------------------------------------------------
   Liste
--------------------------------------------------------------------------- */

.vtw-features ul{

    list-style:none;

    margin:0;

    padding:0;

}

/* --------------------------------------------------------------------------
   Élément
--------------------------------------------------------------------------- */

.vtw-features li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:14px;

    line-height:1.5;

}

/* --------------------------------------------------------------------------
   Dernier élément
--------------------------------------------------------------------------- */

.vtw-features li:last-child{

    margin-bottom:0;

}

/* --------------------------------------------------------------------------
   Icône SVG
--------------------------------------------------------------------------- */

.vtw-features svg{

    width:18px;

    height:18px;

    flex-shrink:0;

}