#pgc-w5b72e718be787-1-0.panel-grid-cell span {
  font-family: Arial;
  font-size: 12px;
}

@media only screen and (min-width: 700px){
.inner_row_column_1 {
  border-right: 1.5px solid #B2D4F0;
 }
}

.editor_one {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: rgba(0,0,0,0.87)
  }

.editor_one h2{
  font-size: 2.4rem;
  line-height: 1.33333;
  color: #4c4c4c;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin:0px;
}

.editor_one h3{
  font-size: 1.4rem;
  line-height: 1.33333;
  color: #4c4c4c;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.editor_two {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1.2rem;
  line-height: 2.9rem;
  color: rgba(0,0,0,0.87);
  border-radius: 4px;
  }

.editor_two h2{
  font-size: 2.4rem;
  line-height: 1.33333;
  color: #4c4c4c;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0px;
}

.inner_layout_b_main{
 opacity: 0.95; 
 border-radius: 5px;
  
}

.editor_heading_1{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 2.4rem;
  line-height: 1.33333;
  color: #4c4c4c;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  text-rendering: optimizeLegibility;
}

.inner_row_column_2{
  
}

/*
.main_layout {
  width: 970px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
.editor_two {
  	margin-bottom: 123.5px;
  }
  
  .inner_layout_b_main{
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .editor_two {
  	margin-bottom: 124px;
  }
  
  #pl-1404 #panel-1404-0-0-0{
   margin: 0px !important; 
  }
   .inner_layout_b_main{
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .editor_two {
  margin-bottom: 0px;
  }
  
  #pl-1404 #panel-1404-0-0-0{
   margin: 0px !important; 
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
   .editor_two {
  	margin-bottom: 94px;
  }
  
  #pl-1404 #panel-1404-0-0-0{
   margin: 0px !important; 
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .editor_two {
  	margin-bottom: 0px;
  }
  
  #pl-1404 #panel-1404-0-0-0{
   margin: 0px !important; 
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .editor_two {
  	margin-bottom: 0;
  }
  
  #pl-1404 #panel-1404-0-0-0{
   margin: 0px !important; 
  }
}

#h2_desc {
  font-size: 12px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 400;
  color: #212b36;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  background-color: #F4F6F8;
}

.home-area:before{
  position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4) !important;
    z-index: -1;
}