* {
  box-sizing: border-box;
}

body {
  line-height: 2.5;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../pics/ban.png");
  max-height: inherit;
  max-width: inherit;
  height: 85%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.hero-text {
  text-align: center;
  position: relative;
  color: white;
  /*max-width: inherit;
  max-height: relative;*/
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}


li{
  margin: 20px 0;
}

.row2 {
  padding: 15px;
  margin-top: 124px;
}

.row2::after {
  content: "";
  clear: both;
  display: table;
}

.back {
  color: whitesmoke;
}

.column2 {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px;
}

.footer {
  margin-top: 32px;
  line-height: 1.5;
}