.tittle_graph{
  width:30%;
position:relative;
  top:0;
  left:50%;
  transform:translateX(-75%);
}
.sub_section-text{
  color:var(--colorTextDark);
  font-weight:300;
  text-align: justify;
  width:80%;
  margin-top: 10%;
}
#box_2 .section_graph{
  width:80%;
}
.frame_box2{
  background-color:white;
  border-radius:15px;
  padding: 25px;
  
}
#box_2 thead{
 display:none; 
}
/**/
@media (min-width: 768px) {
	#box_2{

	}
	#box_2 #grid-base{
		
		margin:0 auto;
	}
	#box_2 #box-1{
		padding: 20px !important;
	}
	#box_2 #box-2{
		padding: 20px !important;
	}
}
@media(max-width:1199px){
    .sub_section-text{
    width:100%;
  }
  .frame_box2{
   margin-top: 0px;
  }
  
}
@media(max-width:500px){
  .tittle_graph{
        transform: translateX(-65%);
  }
  .frame_box2{
    border-radius:0px;
   
  }
  #box_2{
    margin-bottom:20px;
  }

  
}