.main-inquiry {
    background-color: #f0f3f8;
    padding: 75px 0 100px;
}

.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.columns {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

.columns.is-multiline {
    flex-wrap: wrap;
}

.columns:last-child {
    margin-bottom: -15px;
}

.column {
    padding: 15px;
    display: block;
}

.text-md {
    font-size: 2.25rem;
}

.mb-5 {
    margin-bottom: 1.5rem !important;
    color: #000004;
}

.contact-wrap label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.7;
    margin-bottom: 10px;
    display: inline-block;
    cursor: default;
}

.contact-wrap .input {
    height: 48px;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: none;
    width: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    padding: calc(0.5em - 1px) 12px;
    max-width: 100%;
    color: #363636;
    -webkit-appearance: none;
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
}

.contact-wrap textarea.input {
    height: auto;
}

.btn-main {
    background-color: var(--thm-blue);
    border-color: var(--thm-blue);
    color: var(--thm-white);
    transition: all 0.2s ease;
}

.btn-ok {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    width: 180px;
    height: 49px;
    line-height: 49px;
    border-radius: 50px;
    text-align: center;
    color: var(--thm-white);
}

@media screen and (min-width: 768px) {
    .columns {
        display: flex
    }

    .column.is-12, .column.is-12-tablet {
        flex: none;
        width: 100%
    }
}

@media (max-width: 992px) {
    .btn-ok {
        width: 120px;
        height: 38px;
        line-height: 38px;
        border-radius: 38px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .column.is-6-desktop {
        flex: none;
        width: 50%;
    }
}

@media screen and (min-width: 1408px) {
    .container2 {
        max-width: 1344px
    }
}
