.contact{
    background:linear-gradient(to bottom, transparent,transparent,#383D59) 0%
    0% no-repeat padding-box;
    background: #383d59;
    text-align: center;
    margin-top: 4rem !important;
    margin-top: 50px;
    margin-bottom: 0px;
}

#hero {
    padding-top: 10%;
    background: #383d59;
    /* background: linear-gradient(180deg, #304185 0%, #383d59 100%); */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-input {
    background: transparent;
    border-radius: 5px;
    border-style: solid;
    border-color: grey;
    border-width: 2px;
    height: 80px;
    margin: 2%;
    font-size: 20px;
    font-weight: bold;
    font-family: 'GilroyLight';
    
}

.small {
    width: 41%;
    padding-left: 2%;
    padding-right: 2%;
}

.big {
    width: 86.5%;
    padding-left: 2%;
    padding-right: 2%;
}

::placeholder{
    padding-left: 0px;
    font-size: 1.2rem;
    font-family: 'GilroyLight';
}
@media only screen and (max-width: 767px) {
    .small {
        width: 86.5%;
        padding-left: 2%;
        padding-right: 2%;
    }

}
