.tritopItem{
    flex:0 0 33.33333%;
    max-width:33.33333%;
    padding:0 5px
}


.single-workflow h2 {
    font-size: 150%;
    margin: 16px 0 7px
}


.project {
    margin: 150px 0 100px
}


.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%
}

.tritopRow {
    padding:0 30px
}


@media only screen and (max-width:1400px){
    .display-grid-{
        display:grid
    }

    .tritopRow{
        flex:0 0 100%;
        max-width:100%;
        margin-bottom:40px
    }
}


@media only screen and (max-width:1240px){
    .welcome-text h1{
        font-size:280% !important
    }
}

@media only screen and (max-width:1050px) {
    .welcome-text h1 {
        font-size: 250% !important
    }

    .absolute{
        width:70%
    }
}


@media only screen and (max-width:1050px) {
    .welcome-text h1 {
        font-size: 200% !important;
        margin-bottom:5px
    }

    .absolute {
        width: 70%
    }

    .welcome-text p{
        font-size:120%
    }
}


@media only screen and (max-width:768px){
    .sliderHeader h2{
        padding:0 2%
    }


    #slider4-next, #slider4-prev{
        padding:4% 0
    }
}


@media only screen and (max-width:550px) {
    .welcome-text h1 {
        font-size: 180% !important;
        margin-bottom: 5px
    }

    .absolute {
        width: 90%;
        left:5% !important;
        top:28% !important
    }

    .welcome-text p {
        font-size: 100%
    }
}

@media only screen and (max-width:544px){
    #slider6-next, #slider6-prev {
        padding: 5% 0
    }
}


@media only screen and (max-width:500px){
    .absolute {
        top: 33% !important
    }

    .single-workflow h2{
        font-size:130%
    }
}


@media only screen and (max-width:991px){
    .display-flex{
        display:grid
    }

    .tritopRow{
        margin-bottom:0
    }

    .tritopItem {
        max-width: 100%;
    }

    .workflow-details{
        width:50%;
        text-align:center;
        padding-top:10%
    }

    .order-2{
        order:2
    }
}


@media only screen and (max-width:768px){
    .order-2 {
        order: 1
    }

    .workflow-details {
        width: 50%;
        text-align: center;
        padding-top: 2%
    }

    .tritopRow{
        margin:0 auto
    }

    .tritopItem {
        margin-bottom: 40px
    }
}