.Footer_container:after { /*clear float*/
  content: "";
  display: table;
  clear: both;
}

.Footer_section {
  float: left;
  width: 33.3333%;
  border: 0px solid;
  box-sizing: border-box;
  padding: 5px;
      color: #FFF;
      margin: 1%;      
}



.ALL_footer2{
     width: 100%; 
     float: left;
     height: auto;
    background-color:  #061b2d;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
      margin-top: 2%;
      margin-bottom:3%;
      border-top: 5px;
    border-style: solid;
    border-top-color: rgb(102, 153, 255);

}

.ALL_footer{
     width: 100%; 
     float: left;
     height: auto;
    background-color: #171717;
      margin-top: 2%;
      margin-bottom: 2%;
}

.ALL_footer p{
     width: 92%; 
     margin:1% auto;
    color: #FFF;
}










@media (max-width: 768px) { /*breakpoint*/
  .Footer_section {
    float: none;
    width: 100%;
  }
}