/**/
.headerwithdetail-sec { width: 100%; padding: 64px 0; background: #ffffff; } 
.heading-row.top-row { max-width: 1050px; margin: 0 auto; text-align: center; }
.headerwithdetail-sec .heading-row p { margin: 0 0 30px; }
/**/
.headerwithdetail-img {  }
.headerwithdetail-img { width: 100%; }



/*-------------------------------- Responsive Media Query --------------------------------*/
@media (max-width: 1024px){
.headerwithdetail-img { width: 100%; margin: 25px 0 0; }
.heading-row.top-row { text-align: left; max-width: 100%;  }
}


@media (max-width: 767px){
.headerwithdetail-sec .heading-row p  { font-size: 16px; margin: 0 0 20px; }

}