.dist-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    border-radius: 20px;
    min-height: 260px;
}
.dist-box h5{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 150%;
    word-break: break-word;
}
.dist-box h5 b{
    text-transform: uppercase;
    border-bottom: 2px solid #59a446;
    padding-bottom: 0px;
}