.service-block .btn-sm{
    padding: 5px 13px;
}
.service-block .content{
    position: relative;
    min-height: 270px;
}
.service-block .content .button-area{
    position: absolute;
    bottom: 20px;
}
.service-block .content p{
    text-align: justify;
}
.service-block .content .button-area .read-more{
    background-color: white;
    border: none;
    color: #2e3192;
    font-weight: 900;
}
.service-block .content .button-area .read-more:after{
    content: "\f0da";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    margin-left: 5px;
}