/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.action-box-item {
    display: block;
    text-decoration: none;
    border-radius: 1.25rem;
    padding: 2.75rem 1.5rem;
    overflow: hidden;
}

.action-box-item > * {
    margin-bottom: 1.25rem;
}

.action-box-item > *:last-child {
    margin-bottom: 0;
}

.action-box-item-icon {
    position: relative;
    display: inline-flex;
    height: 5.875rem;
    min-width: 5.875rem;
    white-space: nowrap;
}

.action-box-item-icon img {
    position: absolute;
    left: 0;
    display: flex;
    max-height: 100%;
    width: auto;
}

.action-box-item-title {
    font-size: 2rem;
    line-height: 1;
}

.action-box-item-desc {
    font-size: 1.125rem;
}

@media (min-width: 576px) {
    .action-box-item {
        padding: 3.5rem 2rem;
    }

    .action-box-item-title {
        font-size: 2.5rem;
    }

    .action-box-item-desc {
        font-size: 1.25rem;
    }
}