

/* Start:/support/equipment-selection/style.css?1749617917968*/
.page-selection .page-support-item{
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem !important;
    height: 100%;
    min-height: 10rem;
    flex-direction: column;
    justify-content: center;
}

.page-selection .page-support-item .img-block i{
    padding: 1rem;
    font-size: 5.7857rem;
}

.page-selection .page-support-item:hover .img-block i{
    color:var(--primary);
}

@media (max-width: 767px){
    .page-selection ul.nav{
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.1429rem;
    }
    .page-selection ul.nav a{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .page-selection ul.nav li:not(:last-child) a{
        border-bottom:1px solid #cccccc;
    }
    .page-selection ul.nav a:hover,
    .page-selection ul.nav a:focus{
        background-color: var(--primary);
        color:#ffffff!important;
    }
}

/* End */
/* /support/equipment-selection/style.css?1749617917968 */
