#box_4{
	/*min-height:unset!important;*/
    height:var(--sectionHeight_short);
}
#box_4 .table{
	margin: 0px;
    height:100%;
}
#box_4 .table th {
	display: none;
}
#box_4 .container{
  padding:20px;
  
}

#box_4 .position-relative {
    position: relative!important;
	margin-bottom:5rem !important;
}

#box_4 .table-responsive{
	overflow:hidden;
     height:100%;
}
#box_4 .row{
  height:100%;
  width:100%;
  margin: 0 auto;
}

#box_4 .icon{
  height:60%;
  display:flex;
  align-items:center;
  justify-content:center;
}
#box_4 .icon .box_icon{
  height:70px;
 
}
.section_4-text{
 text-align:center; 
  color:black;
}


@media (max-width: 768px) {
.column-flex{
  margin-bottom:30px;
  }
  #box_4{
   height:unset!important; 
  }
}




