.two_contact_box {
    width: 100%;
    background-color: #F9F9F7;
    padding-top: calc(20px + 3rem);
    padding-bottom: calc(27px + 5rem);
}

.two_contact {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.two_contact_left {
    width: 40.6951%;
}

.two_contact_left .p1 {
    font-family: DM_Sans-bold;
    font-weight: 600;
    font-size: calc(6px + 1.5rem);
    color: #B37563;
    line-height: calc(10px + 3rem);
    letter-spacing: 1px;

}

.two_contact_left .p2 {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #B67865;
    line-height: calc(6px + 1rem);
    margin-top: calc(9px + 2rem);
}

.two_contact_left .p3 {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(1px + 1rem);
    margin-top: calc(1px + 1rem);
}

.two_contact_left .p3 {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1rem);
    width: calc(82px + 20rem);
}

.product_main_right {
    width: 53.0488%;
}

.product_main_right .p1 {
    font-family: DM_Sans-medium;
    font-weight: 500;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: calc(20px + 2rem);
    letter-spacing: 1px;
}

label {
    display: none;
}

.product_main_right .form-group:nth-of-type(1),
.product_main_right .form-group:nth-of-type(2) {
    width: 48%;
    height: calc(2px + 3rem);

}

.product_main_right .form-group .form-control {
    width: 100% !important;
    height: calc(2px + 3rem);

    background: #F9F9F7;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D8D8D8;
    padding: 0 calc(10px + 0.5rem);

    font-family: DM_Sans-regular;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;

}

.product_main_right .fc-form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(7px + 1rem);
    margin-top: calc(4px + 1.5rem);
}

.product_main_right .form-group .textarea {
    width: 100% !important;
    height: 186px;
    background: #F9F9F7;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D8D8D8;
}

.product_main_right .form-group:nth-of-type(3) {
    width: 100%;
}

.product_main_right .form-group:nth-of-type(3) .form-control {
    width: 100% !important;
    height: calc(86px + 5rem) !important;
    padding-top: calc(10px + 0.5rem);
}

@media screen and (max-width: 1100px){
    .two_contact{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .two_contact_left{
        width: 100%;
    }
    .two_contact_left .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .two_contact_left .p2{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .two_contact_left .p3{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .product_main_right .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .product_main_right{
        width: 100%;
    }
    .product_main_right .form-group:nth-of-type(1), .product_main_right .form-group:nth-of-type(2) {
        width: 100%;
        height: calc(2px + 10rem);
    }

    .product_main_right .form-group .form-control {
        width: 100% !important;
        height: calc(2px + 10rem);
       font-size: calc(8px + 1rem);
    }
}