/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

body .body-container-wrapper {
padding: 0px;
}

.body-container .dnd-section {
max-width:100%;
  padding:0px;
  border-radius:0px;
}

.border-radius {
border-radius:0px;
}

.body-container .dnd-section:first-child:before {
border-radius:0px;

}

.body-container .dnd-section:first-child {
min-height: 900px;
  padding-top:400px!important;