.ste-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    font-weight:600;
    background:#fff5ec;
    color:#e5a16a;

}


.ste-image {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:16px;
}