body {
	font-family: 'Lato', sans-serif;
  background: #e6f4f3;
}


h1 {
  display: none;
}

.ContLogo {
  width: 100%;
  max-width: 620px;
  margin: 50px auto;
}

.Thumb {
  width: 100%;
  height: auto;
  margin: auto;
}

section {
  width: 100%;
  max-width: 800px;
  margin: 80px auto;
}

h2 {
  width: 100%;
  margin: 10px auto;

  font-size: 3em;
  color: #434345;
  font-weight: 700;
  text-align: center;
}

p {
  width: 100%;
  margin: 10px auto;

  font-size: 18px;
  line-height: 22px;
  color: #58595b;
  font-weight: 400;
  text-align: center;
}


img.Pattern {
  width: 571px;
  position: absolute;
  bottom: 0;
  right: 0;
}