form p {
    margin-bottom: 15px;
}

form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}



form.tr-hubspot-profile-form {
    width: 90%;
    max-width: 600px;
    margin-top: 50px;
}

form.tr-hubspot-profile-form button {
    cursor: pointer;
    padding: 7px 28px 3px;
    font-size: 17px;
    background: #1ec873;
    border: 2px solid #1ec873;
    color: #fff;
    font-weight: 500;
    line-height: 1.7em;
    border-radius: 12px;
}

form.tr-hubspot-profile-form button:hover {
    background: #ffffff;
    color: #1ec873;
}

form.tr-hubspot-profile-form select,
form.tr-hubspot-profile-form input {
    width:100%;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.3;
    padding: 11px 10px 8px 12px;
}

form.tr-hubspot-profile-form select:disabled,
form.tr-hubspot-profile-form input[readonly] {
  cursor: not-allowed; 
  opacity:0.6;
}

.inputGroup.col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.inputGroup.col2>p {
    width: calc(50% - 10px);
}