.form-article .block-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
}
.form-article label {
    color: #181818;
    font-weight: 600;
    font-size: var(--text-body);
}
.form-article .block-input .block-input-inner {
    border: 1px solid #B4975D;
    border-radius: 4px;
    font-size: var(--text-body);
    font-weight: normal;
    margin-bottom: 10px;
}
.form-article .guide_input a {
    color: #181818;
    font-weight: 400;
}
.form-article button {
    display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #A87C12;
    color: white;
    line-height: 45px;
    margin-top: 20px;
}
.form-article .main_number {
    text-align: center;
    font-size: var(--headline3);
    font-weight: bold;
}
.form-article .main_number p {
    font-size: var(--headline1);
}


