.body-container.contactus-page{
    height: auto;
    padding-top: 80px;
}

.row {
    align-items: center;
}

.body-container.contactus-page .container-image-page{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.body-container.contactus-page .container-image-page img{
    max-width: 100%;
    max-height: 100%;
}

.body-container.contactus-page .container-title-page{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* height: 500px; */
    flex-direction: column;
    padding: 10px 0px;
    width: 100%;
    max-width: 450px;
}

.body-container.contactus-page .container-title-page span{
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 45px;
    color: #AF674E;
    margin-bottom: 20px;
}

.body-container.contactus-page .container-title-page form{
    width: 100%;
}

.body-container.contactus-page .container-title-page form .form-group{
    width: 100%;
}

.body-container.contactus-page .container-title-page form .shop-product{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
