*
{
    margin: 0;
    padding: 0;
}
body 
{
    background: #ffffff;
    color: #000;
    background-origin: 30%;
    background-size: cover;
    padding-top: 30px;
}

.biz-services
{
    margin-top: 20px;
    margin-bottom: 30px;
}

.service-box
{
    box-shadow: 0 0 4px 0 #ffa709;
    padding: 15px;
    position: relative;
    border: 1px solid #ffa709;
    border-radius: 10px;
    background: #494949;
}

.biz-services .fa
{
    font-size: 40px !important;
    margin-bottom: 20px;
    background: linear-gradient(to right, #ff105f, #ffad06);
    -webkit-background-clip: text;
    color: transparent;
}

.biz-services p
{
    text-align: justify;
    color: #000000;
    font-size: 16px;
}

.biz-services .service-box p
{
    text-align: justify;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.biz-services h3
{
    color: #fff;
}

.biz-services .service-box h3
{
    font-size: 22px;    
}
.biz-services a 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: linear-gradient(to right, #ff105f, #ffad06);
}

.biz-services span
{
    background: linear-gradient(to right, #ff105f, #ffad06);
    -webkit-background-clip: text;
    color: transparent;
    text-decoration: #fff   ;
}

.biz-services h1 b
{
    color: #000;
}

.biz-services a .fa
{
    color: #fff;
    font-size: 25px !important;
    padding-top: 6px;
}