.min {
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-direction : column;
    margin-bottom  : 6.325rem;
}

.min h1 {
    font-size: 34px;
    color    : #333333;
    margin   : 15px 0;
}

.puts {
    display: flex;
}

.puts label {
    display    : flex;
    align-items: center;
    margin     : 15px 10px;
    font-size  : 21px;
    color      : #333333;
}

.puts label input {
    width : 30px;
    height: 20px;
    border: 1px solid #333333;
}

.puts label select {
    width        : 115px;
    height       : 35px;
    text-align   : center;
    font-size    : 19px;
    border-radius: 3px;
    border       : solid 1px #4054b2;
    color        : #4054b2;
    outline      : none;
}

.changebef {
    margin: 15px 0;
}

.changebef label {
    display    : flex;
    align-items: center;
}

.changebef button {
    border          : none;
    width           : 115px;
    height          : 50px;
    color           : #ffffff;
    background-color: #D58F00;
    border-radius   : 0 3px 3px 0;
}

.changebef label {
    font-size  : 23px;
    line-height: 30px;
    color      : #333333;

}

.changebef input {
    padding         : 0 5px;
    font-size       : 20px;
    width           : 427px;
    height          : 50px;
    background-color: #ffffff;
    border-radius   : 3px 0 0 3px;
    border          : solid 1px #7e7e7e;
    outline         : none;
}