

.contact_us_wrapper {
    display: flex;
    flex-direction: row;
    gap: 6px;
    width: 100%;
    height: 100%;
}
.contact_us_bracket {
    width: 18px;
    border-color: #abb6c3;
    border-style: solid;
    border-width: 2px;
    flex: 0 0 18px;
}
.contact_us_bracket.bracket_left {
    border-right: none;
}
.contact_us_bracket.bracket_right {
    border-left: none;
}
.contact_us_content {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 0;
    gap: 16px;
}
.contact_us_form_button {
    display: flex;
}
.contact_us_form_button .button {
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

@media(max-width: 767px) {
    
}