
/* Remove extra left and right margins, due to padding */
.container_row_1 {margin: 0 -5px;}

/* Clear floats after the columns */
.container_row_1:after {
  content: "";
  display: table;
  clear: both;
}

/* Float four columns side by side */
.container_column_2_1 {
  float: left;
  width: 49%;
  padding:  0 8px;
  margin-left: -15;
}

/* Responsive columns */
@media screen and (max-width: 700px) {
  .container_column_2_1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Float four columns side by side */
.container_column_2_2 {
  float: right;
  width: 49%;
  padding:  0 8px;
  margin-right: -15;
}

/* Responsive columns */
@media screen and (max-width: 700px) {
  .container_column_2_2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.container_Cell_2 {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 25px;
  text-align: center;
  background-color: #ffff;
}

.container_grid_1 {
    margin-top: px;
    height: 45px;
    width: 100%;
    border-radius: 25px;
    background-color: #D5D8DC; 
    font-family: Baskerville Old Face;
    text-align:left;
    line-height: 2;
    font-size: 17px;
    color: black;
    padding: 0.5em;
    overflow: hidden;
    white-space: nowrap;
    flex-direction: row; 
        
        top: 1%;
        bottom:1%;
        left: 1%;
        right:1%;
}


.div.scroll {
    margin: 4px 4px;
    padding: 5px;
    background-color: #E8E9EA ;
    width: 100%;
    border-radius: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    }
            
    .authorization {
        width: 100%;
        height: 100%;
        }
            
    p.main {
        text-align: left;
        line-height: 1.5;
        }
            
    .containe_box_menu {
        padding: 10px;
        width:100%;
        }
        
        
        
        