
i{width:25px;} /* Icons */
.col-k a{text-decoration:none;opacity: 1; transition: .5s ease;}
.col-k a:hover{
opacity: .8;
  transition: .5s ease;
  -webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */
}

 .col-k .fa{color:rgba(241,138,141,1);}

.col-k:nth-child(1) { background:rgba(34,41,46,0);}
.col-k:nth-child(2) {background:rgba(34,41,46,0); }

   .col-k {
      display:inline-block;
      box-sizing: border-box;
      cell-spacing: 0px;
      padding: 2.5em 5em 2.5em 0em;
      vertical-align: top;
      color:#000;

   }


   .col-k:nth-child(1) {width:40%;text-align:left; }
   .col-k:nth-child(2) {width:40%; }

  @media all and (max-width: 1200px) {
 .col-k:nth-child(1) {width:50%;text-align:left; }
 .col-k:nth-child(2) {width:50%; }
  }

  @media all and (max-width: 800px) {
 .col-k:nth-child(1) {width:100%;text-align:left; }
 .col-k:nth-child(2) {width:100%; }

 .col-k{padding:1em 0 2.5em 0;}

  }