Нужно исправить CSS, чтобы выровнять значок по центру путем наложения предыдущего DIV
Код маршрута здесь
<div class="card border-dark col-lg-4 col-md-6 col-sm-8 pr-0 pl-0">
<div class="card-body card-tpstat">
<div class="f-16 font-weight-bold text-center pb-2">ORDER STATUS
<div class="text-warning heading">Attempting to Auto Authorize</div>
</div>
<div class="row">
<div class="col-3 col-lg-2 col-md-2 col-sm-2 text-warning p-1"><i class="far fa-clock fa-4x" aria-hidden="true"></i></div>
<div class="pl-1 pl-md-2 col-9">
<div class="heading text-justify">If we are able to automatically authorize your order, we will send you an email confirmation.If we are unable to automatically authorize your order, we will send you an email with an "Authorization Form" and instructions.</div>
<div class="content pt-3"> <span class="font-weight-bold text-warning text-justify">Attempting to Auto Authorize</span>
<i class="fas fa-question-circle form-control-feedback"></i>
</div>
</div>
</div>
</div>
Пожалуйста, ведите меня.