.contact .contactUsBackgroundImage .contactUsBackgroundColor {
    background: url(https://static.mobileye.com/website/corporate/img/homepage2022/contact_us_bg_2.svg);
    background-position: 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact .contactUsBackgroundImage .contactUsBackgroundColor .title{
    text-align: center;
    margin-bottom: 6.667rem;
}

.contact .contactUsBackgroundImage .contactUsBackgroundColor .formContainer{
    width: 67.583rem;
}

.contact .contactUsBackgroundImage .contactUsBackgroundColor .formContainer .inputsContainer {
    display: flex;
    justify-content: space-between;
}

.contact .contactUsBackgroundImage .contactUsBackgroundColor .formContainer .inputsContainer .leftSide {
    flex: 1;
    margin-right: 2.792rem;
}

.contact .contactUsBackgroundImage .contactUsBackgroundColor .title>h3 {
    font-size: 5rem;
    line-height: 1.066;
    color: #000;
}

.mainInput input {
    width: 100%;
    background: none;
    outline: none;
    height: 3.5rem;
    border: none;
    border-bottom: 1px solid #757575;
    font-size: 1.333rem;
    line-height: 1.25;
    color: #000;
}
.mainInput input::placeholder {
    color: #000;
  }

.contact .contactUsBackgroundImage .contactUsBackgroundColor .formContainer .inputsContainer .rightSide {
    flex: 1;
    margin-left: 2.792rem;
}

.mainTextarea textarea {
    width: 100%;
    background: 0 0;
    outline: 0;
    border: none;
    border-bottom: 1px solid #757575;
    font-size: 1.333rem;
    line-height: 1.25;
    resize: none;
}
.mainTextarea textarea::placeholder {
   color: #000;
   font-family: Lato;
}
.mainSelect select {
    width: 100%;
    background: 0 0;
    outline: 0;
    height: 3.5rem;
    border: none;
    border-bottom: 1px solid #757575;
    font-size: 1.333rem;
    line-height: 1.25;
    color: #000;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.contact .contactUsBackgroundImage .contactUsBackgroundColor .formContainer .submitContainer {
    text-align: center;
    margin-top: 6.917rem;
}
.contact .contactUsBackgroundImage .contactUsBackgroundColor .formContainer .submitContainer .submitBtn {
    background-color: #1F80C9;
    width: 13.083rem;
    height: 4rem;
    color: #fff;
    border-radius: 25px;
    line-height: 1;
    font-size: 1.333rem;
    border: none;
}
.mainInput,select {
    margin-bottom: 1.667rem;
}

.contact .contactUsBackgroundImage {
    height: 70.833rem;
}