.web-app .masthead {
  color: white;
  padding-bottom: 0px;
  background-image: radial-gradient(
    circle farthest-corner at 2.3% 19.3%,
    rgb(52 55 193) 0%,
    rgb(44 156 195) 100.2%
  );
}

h1 {
  color: white;
  padding: 10px;
  font-size: 30px;
  line-height: 1.7;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Lexend Deca';
}
.section-title h3 {
  font-size: 18px;
  font-weight: 400;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

h4 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 21px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  /*font-family: 'Space';*/
  font-family: 'Lexend Deca';


}

ul.tick {
  list-style: none;
  line-height: 1.7;
  font-size: 16px;
  text-indent: -20px;
  margin-left: 20px;
  text-align: left;
}

ul.tick li:before {
  content: "\2714\0020";
  color: #04c904;
  font-size: 18px;
}

ul.tick2 li:before {
  background-image: url("images/TNG_Logo_square_transparent_small.png");
  font-size: 18px;
}

ul.tick li {
  margin: 10px 0;
  color: #222;
}
/*
.grey-box {
    background-color: #fff;
    padding: 80px 10px 80px 10px;
    height: 452px;
}

.white-box {
    padding: 0px;
    text-align: center;
}*/

.col-md-5,
.col-md-6,
.col-md-7 img {
  margin-top: 10px;
  text-align: center;
}

.col-md-5,
.col-md-6,
.col-md-7 img {
  max-height: 450px;
  max-width: 70%;
}

.footermenu h4 {
  color: #8d9dea;
}

.cta_button {
  background-color: #16a085;
}

.col-md-5,
.col-md-6,
.col-md-7 img {
  text-align: center;
}

p {
  font-size: 16px;
  line-height:1.6;
}

.center-align {
  text-align: center;
}

.solution-image {
  background-size: contain;
  height: 350px;
  width: 350px;
  margin: 0 auto;
}

.table1 td:before {
  content: "\2714\0020";
  color: #04c904;
  font-size: 18px;
}

@media (min-width: 768px) {
  .row.breath {
    display: flex;
    align-items: center;
   /* margin: 150px 0;*/
  }
}

@media (max-width: 767px) {
  .row.breath {
    display: block;
    margin: 50px 0;
  }
}

.center-column {
  margin: 50px auto;
}