

.feature-blocks
{
    background: #1c75bc;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.icon
{
    width: 150px;
}

.service-title
{
    font-size: 50px;
    color: #8e0101;
    padding: 10px;
    border-radius: 15px;
}

.service-description
{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    font-family: revert;
    color: #1b1f3b;
}
.service-card
{
    background: #ffffff;
    border-right: 2px solid #9e1f63;
}




