﻿.dashboard-col {
    color: #496586;
    background: #E6E7E8;
    padding: 25px;
}
.dashimgbtn {
    text-align: center;
}
.dashboard-col ul {
    margin-left: 4px;
}
.dashboard-col h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-top: 0 !important;
    font-size: 1.333rem !important;
    line-height: 2.37007rem !important;

    }


    .dashboard-col [class^="icon-"]:before, .feature [class*=" icon-"]:before {
        font-size: 30px;
        color: #2a578d;
        background: rgba(255,255,255,0.9);
        border: 1px solid #ccc;
        -webkit-border-radius: 50%;
        padding: 0.3em .2em .3em .2em;
        width: 1.7em;
        height: 1.7em;
        margin-top: -60px;
        position: relative;
        top: -5px;
    }

    .dashboard-col .ms-webpart-zone {
        text-align: initial;
    }

    .dashboard-col .col-btn {
        text-decoration: underline;
        color: #fff;
        display: block;
        margin: 1em auto 0 auto;
        padding: .5em;
        text-align: center;
    }
#s4-workspace .dashboard-col a.button {
    margin-left: auto;
    margin-right: auto
}
@media screen and (max-width: 1023px) {
    .primary-content .large-4.columns {
        padding-bottom: 2rem;
    }
}