/* In the name of GOD */

.footer-site {
  background: #20cbdd;
  /*padding: 7em 0 6em 0;*/
}

footer{
  /*display: block;*/

}

h1 {
  font-size: 43px;
  text-align: center;
}

h4 {
  font-size: 32px;
  text-align: center;
}

/*

.row-1, .row-2, .col-1, .col-2, .col-3, col-4, col-5, col-6 {
   display: flex;
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-left: auto;
   margin-right: auto;

}

.col-1, .col-2, .col-3 , col-4, col-5, col-6{
  flex-direction: column;
  /*text-align: center;

}

.col-3 , .col-2{
  display: inline-block;
}

*/
.fotrow:after {
  content: "";
  display: table;
  clear: both;
}

.fotcol {
  float: left;
  width: 33%;
  padding: 10px;
}

@media screen and (max-width: 1440px) {
  .fotcol  {
    width: 33%;
  }
}

@media screen and (max-width: 840px) {
  .fotcol  {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .fotcol  {
    width: 100%;
  }
}

i {
 color: black;
  padding-right: 19px;
  padding-left: 19px;
}
}
