.welcome-text p {
    font-size: 140%;
    line-height: 33px
}

.welcome-text h1 {
    font-size: 330% !important;
    letter-spacing: 0;
    text-decoration: none
}

.btn-more {
    display: none
}

.absolute {
    top: 36%
}





.project {
    margin-top: 150px
}


.padding-left- {
    padding: 0 3% 0 9% !important
}

.padding-right- {
    padding: 0 9% 0 3% !important
}




@media only screen and (max-width:1500px) {
    .welcome-text h1 {
        font-size: 280% !important
    }
}


@media only screen and (max-width:1160px) {
    .welcome-text h1 {
        font-size: 230% !important
    }

    .welcome-text p {
        font-size: 130%
    }
}


@media only screen and (max-width:991px) {
    .hide-991 {
        display: none
    }

    .padding-left- {
        padding: 0 !important;
        max-width: 100%
    }


    .padding-right- {
        padding: 0 !important;
        max-width: 100%
    }


    .order-2 {
        order: 2
    }

    .workflow-details {
        width: 50%;
        padding: 8% 4%
    }
}


@media only screen and (max-width:950px) {
    .welcome-text h1 {
        font-size: 220% !important
    }


    .absolute {
        width: 75%
    }


    .single-workflow h2 {
        font-size: 150%
    }
}


@media only screen and (max-width:768px) {
    .welcome-text h1 {
        font-size: 200% !important;
        margin-bottom: 5px
    }
}


@media only screen and (max-width:554px){
    .welcome-text h1{
        font-size:180% !important
    }
}




@media only screen and (max-width:370px) {
    .welcome-text h1 {
        font-size: 160% !important
    }

    .welcome-text p {
        font-size: 110%
    }

    .absolute {
        width: 86%;
        left: 8% !important;
        top: 28% !important
    }

    .ProjectHeader h2 {
        margin-right: 11%
    }
}
