.bg-slate {
    background: #263238;
    color: white
}

.bg-slate-light {
    background-color: #90A4AE;
    color: white;
}

.bg-orange {
    background: #FF6B35;
    color: white
}

.text-orange {
    color: #FF6B35;
}

.text-amber {
    color: #FFBF00
}

.text-light-grey {
    color: #e5e5e5
}

.bg-orange:hover {
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bg-orange:hover i {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.bg-green {
    background: #32936F;
    color: white
}

.bg-outline-slate {
    color: #263238;
    border-color: #263238;
}

.bg-outline-slate:hover {
    color: white;
    border-color: #263238 !important;
    background-color: #263238 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0.75rem;
}

.font-xs {
    font-size: 12px;
}

.bottom-image-container {
    position: relative;
}

.bottom-image {
    position: absolute;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
}