*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.frontend
{
    padding: 40px 0;
    color: black;
}
.frontend h1
{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 40px;
}
.frontend small{
    color: grey;
    font-size: 20px;
}
.frontend h3
{
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 30px;
}
.frontend p
{
    margin: 20px 0;
    font-size: 19px;
    max-width: 500px;
    line-height: 40px;
}
.frontend b
{
    color: #484d5e;
    font-size: 20px;
    font-weight: 600;
}
    .require h2
    {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .require p
    {
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 27.5px;
        color: grey;
        font-size: 19px;
    }
    .require img
    {
        margin-right: 20px;
    }
    .jobs small
    {
        color: grey;
        font-size: 20px;
    }
    .process
    {
        padding: 50px 3%;
    }
    .process h2
    {
        margin-bottom: 40px;
    }
    .steps
    {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-column-gap:10px;
        grid-row-gap:30px;
        text-align: center;
    }
    .step img
    {
        border: 1px solid transparent;
        background: #00A19D;
        border-radius: 50%;
    }
    .step h4
    {
        margin: 20px 0;
    }


    /*-------------forms-------*/

    .poster
    {
        padding: 60px 0;
height: 450px;
background-color:#0066ff;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
color: #D3D6C5;
    }
    .poster h1
    {
        font-size: 75px;
        font-weight: 400;
    }
    .specifications
    {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 10px 0;
        font-size: 22px;
    }
    .specifications p
    {
        margin-left: 20px;
    }
    .breadcrumb-item
    {
        font-size: 18px !important;
    }
    .breadcrumb-item a:hover
    {
        text-decoration: none;
    }
    form
    {
        padding: 40px 0;
    }
    form h5
    {
        margin: 30px 0;
    }
    .form-check
    {
        margin: 20px 0;
    }
  