* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.table-column {
  float: left;
  width: 33.33%;
  padding: 10px;
  font-size: 16px;

}


.table-row h2 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;


}

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


.item {
  font-size: 18px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height:1.5;

}



.buttons {
  display: flex;
  justify-content: center;

}

.button {
  display: inline-block;
  padding: 17px 32px;
  background: rgba(102, 142, 164);
  border: 0;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  /*margin-top:15px;*/
  margin-top:18px;
  margin-bottom:18px;
}

  .button:hover {background: rgba(56, 205, 255, 1);
    
      color: #ffffff;
      transition: all 0.2s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


    
  }




.about {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height:1.75;
  text-align: left;

}

.about li {
  margin-left: 20px;
  font-size: 18px;
  line-height:1.75;
  text-align: left;

}


.about ul {
  margin-bottom: 20px;

}


.about h2 {
    color: #19354b;
    font-weight:bold;
    font-size:28px;
    padding-bottom: 10px;


}


@media screen and (max-width: 1285px) {
  .about {
      padding-left: 5%;
      padding-right: 5%;
  }




/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .table-column {
    width: 100%;
    float: center;
  }
  
   .table-row {
    max-width: 100%;
   padding-left: 2.5%;
   padding-right: 2.5%;


  }
  
  
  
}

