.button-box .vis a {
    background-color: #d56a1e
}
.button-box .focus a {
    background-color: #9d2235
}
.button-box .pdf a {
    background-color: #961C45
}
.button-box .excel a {
    background-color: #8dab62
}
.button-box .doc a {
    background-color: #20317e
}
.button-box .useoff a {
    background-color: #727384
}
.button-box .mt a {
    background-color: #5a207e
}
.button-box .rtf a {
    background-color: #368eb6
}
.button-box .ex a {
    background-color: #548d2a
}
.button-box .htm a {
    background-color: #00c1d5
}
.button-box .bundle a {
    background-color: #4b79aa
}
@media only screen and (min-width: 991px) {
    .button-box a {
        transition: all .2s ease
    }
}
.m-button-box{
    margin-top: -150px;
    margin-left: 200px;
}
.button-box a:active, .button-box a:hover, .button-box a:link, .button-box a:visited {
    text-decoration: none
}
@media only screen and (min-width: 991px) {
    .button-box a:hover {

        box-shadow: 0 0 15px rgba(0, 0, 0, .4)
    }
}
.box-p {
    box-shadow: 0 0 15px rgba(0, 0, 0, .4)
}
.button-box a p {
    color: #fff;
    margin: 0;
    line-height: normal
}
.button-box a p.product {
    font-size: 17px;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 7px
}
.button-box a p.product span {
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200
}
.button-box a p.description {
    font-size: 13px;
    padding: 0 25px
}
@media only screen and (max-width: 1199px) {
    .button-box a p.description span {
        display: none
    }
}
.button-box a .icons {
    margin-top: 12px
}
.button-box a .icons i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin: 0 6px
}
@media only screen and (min-width: 991px) {
    .button-box {
        padding-left: 7px;
        padding-right: 7px
    }
}
.button-box a {
    display: block;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.button .vis {
    background-color: #d56a1e
}
.button .focus {
    background-color: #9d2235
}
.button .pdf {
    background-color: #961C45;
    width: 100%;
    border-radius: 4px;
    font-weight: 500;
    font-display: swap;
    color: #fff;
    font-size: 14px;
    padding: 12px 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
}
.button .excel {
    background-color: #8dab62
}
.button .doc {
    background-color: #20317e
}
.button .useoff {
    background-color: #727384
}
.button .mt {
    background-color: #5a207e
}
.button .rtf {
    background-color: #368eb6
}
.button .ex {
    background-color: #548d2a
}
.button .htm {
    background-color: #00c1d5
}
.button .bundle {
    background-color: #4b79aa
}
