
 /*upadte by me*/
 p.disc {
   /*4. Word breaking taake extra gaps na ayen */
   text-justify: inter-character; 
    hyphens: none !important;
    word-break: break-word;
}
 @media (max-width: 575px) {
p.disc {
    text-align: justify;
    letter-spacing: -0.2px;
    word-spacing: -1px;
    
}}
/* .rts-section-gap {
  padding: 50px 0;
 
} */

/* Gap from bottom resuce of why join gba div */
.rts-client-review-area.rts-section-gapBottom {
    padding-bottom: 10px !important; 
}

/* Why join GBA heading */

.title-style-two .title {
    font-size: 36px !important; 
    /* line-height: 1.2;
    font-weight: 700; */
}

/* Mobile responsive adjustment  */
@media (max-width: 768px) {
    .title-style-two .title {
        font-size: 28px !important; 
    }
}


/* Font size 48px of About Section Heading Fix */
.title-area-left h1.title {
    font-size: 48px !important; /* Size enforce karne ke liye */
    
}

/* Mobile Responsive adjustment */
@media (max-width: 991px) {
    .title-area-left h1.title {
        font-size: 32px !important; 
    }
}


@media (max-width: 575px) {
    /* 1. Parent container ki padding set karein taake paragraph edge se hat jaye */
    .col-lg-7.pl_sm--0 {
        padding-left: 10px !important; /* GBA logo ke alignment ke mutabiq */
        padding-right: 10px !important;
    }}
/*@media (max-width: 575px) {*/
    /* 1. Parent container ki padding set karein taake paragraph edge se hat jaye */
/*    .col-lg-6.pl_sm--0 {*/
/*        padding-left: 10px !important; */
        /* GBA logo ke alignment ke mutabiq */
/*        padding-right: 10px !important;*/
/*    }}*/




    @media only screen and (max-width: 767px) {
    .thumbnail-business-area-right-two .large-thumbnail {
        max-width: max-content;
        margin-left: 0;
        margin-top: 30px;
         width: 100% !important;
    height: auto; /* Image ki shape kharab nahi hogi */
    }
}




.testimonials-main-wrapper-two .right-content-testimonials p.disc {
    font-size: 24px;
    line-height: 1.45;
    color: #fff;
    max-width: 90%;
}

@media only screen and (max-width: 575px) {
    .rts-section-gap {
        padding: 60px 0px !important;
    }
}