.contactfull {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(0deg, #ffffff00, #ffffff00), linear-gradient(225.13deg, #034D8F 0%, #111161 77.53%, #2F165B 97.52%);
    color: #fff;
}
.left_contact {
    width: calc(50% - 150px);
}
.left_contact > h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 35px;
}
.right_contact.becomeform {
    width: calc(50% - 20px);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    text-align: center;
    padding: 40px;
}
.h2ques {
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
    margin-left: 10px;
}
.right_contact.becomeform .h2bc, .right_contact.becomeform .p2bc {
    display: none;
}


@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    /* ent css partner */
    .right_contact.becomeform,
    .left_contact {
        width: 100%;
    }
    .right_contact.becomeform {
        padding:20px;
        margin-top: 20px;
    }
    .contactfull {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
