.short-link {
    border-bottom: 1px solid #ccc;
    margin: 20px auto !important;
    padding: 10px 0;
    font-family: "Hind",arial;
    margin-left: -40px;
    padding-bottom: 20px;
    max-width: 750px;
    width: 100%;
    text-align: left;
}
.short-link__box {
    min-width: 120px;
    display: inline-block;
    vertical-align: top;
    width: 18%;
    float: right;
}
.short-link__box span {
    display: block;
    padding: 10px 20px;
    background-color: #559e4d;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.short-link__desc {
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-align: left;
    font-size: 19px;
    width: 100%;
    color: #3b3b3b;
}
.short-link__heading {
    color: #328738;
    font-style: normal;
}
