.part_one {
    background: url(../img/about_us/bg.png);
}

.part_two header {
    padding-top: 20px;
    line-height: 188px;
    font-size: 25px;
}

.contact_us {
    display: flex;
    justify-content: space-between;
}

.contact_us > div {
    width: 384px;
    height: 140px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    background: #fff;
}

.contact_us > div img {
    /* align-self: stretch;
     */
     align-self: center;
     margin-right: 12px;
}

.contact_us > div > div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.contact_us > div p:first-child {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
}

.contact_us > div p:last-child {
    font-size: 15px;
    width: 247px;
}

form {
    margin-top: 158px;
    padding-bottom: 160px;
}

form h6 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 48px;
}

form .input_group {
    display: flex;
}

form .input_group input {
    width: 584px;
    height: 60px;
    border: 2px solid #d9d9dd;
    outline: none;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 60px;
}

.input_group_left {
    height: 240px;
    display:flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.input_group_left label {
    display: inline-flex;
    transform: translateX(-565px);
    font-size: 17px;
}

.input_group_right {
    flex: 1;
}

.input_group_right textarea {
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    box-sizing: border-box;
    border: 2px solid #d9d9dd;
    padding-top: 15px;
    padding-left: 25px;
    font-size: 17px;
}

input[type=submit] {
    display: block;
    width: 190px;
    height: 56px;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 56px;
    background: #f0a676;
    border: none;
    outline: none;
    cursor: pointer;
}