.tab-content hr {
    border: 1px solid var(--light-gray);
    clear:both;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
}
.tab-content h4 {
    margin-bottom: 10px;
    margin-top: 40px;
}
.tab-content input {
    margin-top: 5px;
    background-color: var(--white);
}