
*{
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  background: #ffffff;
  font-family:Verdana, Arial, sans-serif;
  float: left;
  width: 100%;
}

.content-block{
  width: 100%;
  max-width: 1240px;
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}
.content-block .logo{
  float: left;
  margin-top: 50px;
  display: block;
  max-width: 100%;
  height: auto;
}
.content-block .content-txt{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.content-block .content-txt .icon{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto 50px auto;
}
.content-block .content-txt h3{
  font-size: 35px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #000000;
  margin: 0;
  margin-bottom: 35px;
}
.content-block .content-txt p{
  font-size: 24px;
  text-align: center;
  color: #000000;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 25px;
}
.content-block .content-txt p.small-p{
  font-size: 16px;
  text-align: center;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}
.mail-to{
  color: #03806A;
}
.mail-to:hover{
  color: #000000;
}
@media only screen and (max-width: 600px) {
  .content-block .logo{
    margin: 50px auto 0;
    float: none;
  }
  .content-block .content-txt .icon{
    max-width: 100px;
  }
}
