.berg-ig-box {
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
    height: calc(100% - 25px);
    margin-bottom: 25px;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.berg-ig-box .vigb-icon {
    width: 135px;
    height: 135px;
    border-radius:8px;
    margin: 15px auto;
    line-height: 135px;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.berg-ig-box .vigb-icon svg {
    width: 80%;
    height: auto;
    vertical-align: center;
}
.berg-ig-box .vigb-icon svg * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.berg-ig-box .vigb-subline {
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.5;
    margin: 10px 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.berg-ig-box .vigb-title {
    line-height: 1.25;
}
.berg-ig-box .vigb-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.berg-ig-box:hover {
    background: #61a43f;
}
.berg-ig-box:hover * {
    color: white !important;
}
.berg-ig-box:hover .vigb-icon {
    background: white;
}
.berg-ig-box:hover .vigb-icon svg * {
    fill: #61a43f;
}
