.container-inquiry-form {
    width: 1272px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.box-card__bottom {
    padding-bottom: 55px;
}

.btn-white {
    width: 125px;
    background-color: white;
    color: #13395C;
    border: 2px solid #13395C;
    border-radius: 5px;
    height: 50px;
    font-weight: bold;
}

.btn-white:hover {
    opacity: 70%;
    background-color: #123555;
    color: #ffffff;
}

.info-request__form {
    width: 100%;
    margin-top: 32px;
}

.item-wrapper__bottom {
    margin-bottom: 0;
}

.inquiry-form-input {
    height: 60px;
}

.inquiry-form-input input {
    border: 1px solid #838383;
    border-radius: 5px;
    height: 60px;
}

.inquiry-form-textarea {
    height: 150px
}

.inquiry-form-response {
    width: 233px;
    height: 60px;
}

.inquiry-form-label {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 13.5px;
}

.btn-file {
    width: 130px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #13395B;
}

.btn-inquiry {
    margin-top: 77px;
    height: 56px;
    font-size: 21px;
}

.icon-plus {
    width: 30px;
    height: 54px;
}
.inquiry-label-size {
    font-size: 18px;
}
.inquiry-label-name {
    font-size: 22px;
}