.service-banner
{
    background-image: url(/img/service/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 78px !important;

}

.service-banner h1
{
    color: white;
    font-weight: 800;
    font-size: 48px;
    padding: 165px 0px;
}

.package-service
{
    background-image: url(./img/service/view-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.package-service h3
{
    color: #663398;
    font-weight: 700;
    font-size: 48px;
}

.box-trial p
{
    color: #663398;
    font-weight: 800;
}

.box-trial
{
    border: 1px solid rgb(154, 154, 154);
    border-radius: 50px;
    background-color: rgb(235 235 235);
}

hr
{
    border-top: 1px solid rgb(154, 154, 154) !important;
}

.curr-budget
{
    font-weight: 700 !important;
    color: rgb(154, 154, 154) !important;
}

.include-bg
{
    background-color: #1f4352;
    height: 20em;
}

.package-includ
{
    background-color: #663398;
    height: 24em;
}


.package-box
{
    top: -19%;
    position: absolute;
    left: 0;
}


@media (max-width:992px)
{
    .package-box
    {
        top: 0 !important;
        left: 0 !important;
        position: relative;
    }

    .package-includ
    {
        height: unset;
    }

    .package-service h3
    {
        color: #1f4352;
        font-weight: 700;
        font-size: 38px;
    }

    .service-banner h1
    {
        font-size: 34px;
        padding: 50px 0px;
    }

    .service-banner
    {
        margin-top: 56px !important;
    }   

}