.first-contact {
    color: black;
    font-size: 68px;
    font-weight: 900;
}

.after-first-contant {
    text-align: center;
}

.container-fluid {
    background-color: #f2f2f2;
}

.inputs-contact {
    max-width: 600px;
    margin: 0 auto;
}

.input-sec {
    margin-bottom: 15px;
}

label {
    display: flex;
    color: #908fb0;
    font-weight: 100;
}

input[type="text"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

button {
    background-color: #2ca8dd;
    color: #fff;
    padding: 10px 20px;
    border: none;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

select {
    appearance: none;
}

/* Responsive */
@media screen and (max-width:1200px) {

    /* main text section  */
    .main-sec {
        margin-top: 130px;
        margin-bottom: 30px;
        width: 100%;
        height: 100%;
    }

    .first-contact {
        color: black;
        font-size: 48px;
        font-weight: 900;
    }

    /*End main text section  */

}

@media screen and (max-width:991px) {

    /* main text section  */
    .main-sec {
        margin-top: 120px;
        margin-bottom: 30px;
        width: 100%;
        height: 100%;
    }

    /*End main text section  */

}

@media screen and (max-width:768px) {

    /* main text section  */
    .main-sec {
        margin-top: 100px;
        margin-bottom: 5px;
        width: 100%;
        height: 100%;
    }

    .first-contact {
        color: black;
        font-size: 38px;
        font-weight: 900;
    }

    /*End main text section  */

}

@media screen and (max-width:576px) {

    /* main text section  */
    .main-sec {
        margin-top: 100px;
        margin-bottom: 5px;
        width: 100%;
        height: 100%;
    }

    .first-contact {
        color: black;
        font-size: 32px;
        font-weight: 900;
    }



    /*End main text section  */

}