﻿/*==========================================
Thrust Areas
==========================================*/

.thrust-box{

background:#FFF8E6;

border:1px solid #d9b27d;

border-radius:15px;

padding:35px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.thrust-box p{

font-size:17px;

line-height:1.9;

color:#444;

}

.thrust-list{

list-style:none;

padding:0;

margin:0;

}

.thrust-list li{

display:flex;

align-items:flex-start;

gap:15px;

padding:12px 0;

font-size:17px;

line-height:1.8;

border-bottom:1px dashed #e6d7ba;

transition:.3s;

}

.thrust-list li:last-child{

border-bottom:none;

}

.thrust-list li:hover{

padding-left:10px;

background:#FFF3D5;

border-radius:8px;

}

.thrust-list i{

font-size:20px;

color:#7B1E23;

min-width:28px;

margin-top:3px;

}