@media (max-width: 767px) {
    .contactForm {
        margin-top: 0 !important;
    }

    #contact0{
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
    #contact1{
        font-size: 20px !important;
    }

    .contactFormCon{
        flex-direction: column;
    }

    .inputbox{
        width: 100% !important;
    }
}

.contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(234, 234, 234);
}

img {
    width: 100%;
}

.contactForm {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    margin-top: 180px;
}

#contact0 {
    font-size: 72px;
    font-family: OPPOSans;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
    margin-bottom: 80px;
}

#contact1 {
    font-size: 36px;
    font-family: OPPOSans;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
    white-space: nowrap;
}

.inputbox :nth-child(1) {
    font-size: 24px;
    font-family: OPPOSans;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
}

.inputbox {
    width: 30%;
}

input {
    outline: none;
    border: none;
    width: -webkit-fill-available;
    height: 50px;
    font-size: 20px;
}

#contact10 {
    width: 180px;
    height: 61px;
    background: #000000;
    border-radius: 5px;
    font-size: 30px;
    font-family: OPPOSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}