#contactus input{
    border-radius: 0;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #content section.process{
        margin-top: -120px
    }

    #content section.how-we-work h1 {
        text-align: center;
    }

    #content section.how-we-work .col-sm-8{
        padding-bottom: 20px
    }

    #contact{
        text-align: center
    }

    #contact img{
        float:inherit !important;
        width: auto;
        height: auto;
        padding-right: unset;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #content section.process{
        margin-top: -120px
    }

    #content section.how-we-work h1 {
        text-align: center;
    }

    #content section.how-we-work .col-sm-8{
        padding-bottom: 20px
    }

    #contact{
        text-align: center
    }

    #contact img{
        float:inherit !important;
        width: auto;
        height: auto;
        padding-right: unset;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #content section.process{
        margin-top: 40px
    }

    #content section.how-we-work h1 {
        text-align: left;
    }

    #content section.how-we-work .col-sm-8{
        padding-bottom: 20px
    }

    #content section.how-we-work .col-sm-8{
        text-align: unset;
    }
    #contact{
        text-align: left
    }
    #contact p{
        margin-left: 70px
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
