@media screen and (min-width: 480px) {
    .give-up {
        float: right;
        position: relative;
        top: -25px;
    }
}

#cttp_bundle_technicianbundle_elearntechnicianrequest_newCompany,
#cttp_bundle_technicianbundle_elearntechnicianrequest_isAHTD {
   display: inline-block;
}
.radio {
   display: inline-block;
   margin: 10px;
}

div:not(.radio) > label.required::before {
    color: red;
    content: "* ";
}
