.reflection-box{


margin-top:32px;

background:#F7F3E8;

border-radius:20px;

padding:24px;

border:1px solid #E8E1D0;


}

.reflection-icon{


width:48px;
height:48px;

display:flex;
align-items:center;
justify-content:center;

background:#FFFFFF;

border-radius:12px;

font-size:24px;

margin-bottom:16px;


}

.reflection-box h3{


font-size:22px;
font-weight:700;

color:#1F2328;

margin-bottom:14px;


}

.reflection-box p{


font-size:15px;

line-height:1.8;

color:#5E646B;

margin-bottom:20px;


}

.reflection-btn{


display:inline-flex;

align-items:center;
justify-content:center;

width:100%;

height:48px;

border-radius:12px;

background:#4F6F42;

color:#fff;

text-decoration:none;

font-size:14px;
font-weight:600;

transition:.3s;


}

.reflection-btn:hover{


background:#3F5B35;


}
