.tlfis-full-section{
    font-family:'Segoe UI',sans-serif;
    /*background:#f9f6fb;*/
}

/*.tlfis-hero{
    background:linear-gradient(rgba(92,26,99,0.9),rgba(92,26,99,0.9)),
               url('https://images.unsplash.com/photo-1509062522246-3755977927d7') center/cover;
    padding:50px 20px;
    text-align:center;
    color:#fff;
}*/

.tlfis-container{
    max-width:1200px;
    margin:auto;
    padding:10px 20px;
}

.tlfis-block{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:120px;
}

.tlfis-block.reverse{
    flex-direction:row-reverse;
}

.tlfis-img img{
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.tlfis-text h2,
.tlfis-text h3{
    color:#5c1a63;
    margin-bottom:20px;
}

.tlfis-text p{
    line-height:1.8;
    margin-bottom:15px;
}

.tlfis-why{
    background:#fff;
    padding:60px;
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
    margin-bottom:120px;
}

.tlfis-why ul{
    list-style:none;
    padding:0;
}

.tlfis-why li{
    margin-bottom:12px;
}

.tlfis-cta{
    background:#7a0000;
    padding:10px 20px;
    text-align:center;
    color:#fff;
    border-radius:40px;
}

.tlfis-btn{
    display:inline-block;
    margin-top:25px;
    background:#fff;
    color:#8e2a8c;
    padding:15px 45px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
}

@media(max-width:900px){
    .tlfis-block{
        flex-direction:column;
    }
}
