/* ========================================================================== */


/* ============= REPONSIVE CODE FOR PORTRAIT TABLET ========================= */


/* ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /***
    * Responsive section Contact Information
    */
    .title-section h3 {
        padding-left: 0;
    }
    .title-section p {
        padding-left: 0;
    }
    .contact-information {
        margin: auto;
        margin-bottom: 10px;
    }
    /***
    * Responsive section Other Question
    */
    .content-other-question p {
        margin: auto;
        margin-bottom: 10px;
    }
    .main-form {
        margin-top: 45px;
    }
    .main-form .left-side-form,
    .main-form .right-side-form {
        padding: 0 15px;
    }
}
