
section > .d-flex {
    width: 400px;
}

.card-header {
    text-transform: uppercase;
}

.promo .card-header {
    background-color: #F19C57;
}

.promo .card-header h4 {
    color: #FFFFFF;
    font-weight: bold !important;
}

.promo a.btn {
    background-color: #F19C57;
    border: solid 1px #F19C57 !important;
}

.promo a.btn:hover {
    background-color: #FFFFFF;
}

#essential i.bi {
    font-size: 2.0rem;
}