.profile .form-group label {
    display: inline-block;
    width: 250px;
    font-weight: normal;
}

.profile .form-group label:after {
    content: ":";
}

.profile .form-group input {
    display: inline-block;
    width: calc(100% - 255px);
}

@media (max-width: 767px) {
    .profile .form-group label,
    .profile .form-group input {
        display: block;
        width: 100%;
    }
}