.banner {
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: left;
  color: rgb(52, 52, 52);
  background-image: url(/static/img/blog/banner-support.png);
  background-size: 1920px 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner h1 {
  margin: 0;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.banner div {
  padding-top: 16px;
  font-size: 18px;
  color: #000;
}

.contact {
  margin-top: 16px;
}

.contact .thumbnail {
  position: relative;
  border: 0;
  padding: 4px 23px;
  height: 404px;
  background-size: 100% 100%;
  box-shadow: none;
}

.contact .thumbnail * {
  font-size: 18px;
}

.contact .thumbnail h3 {
  height: 27px;
  line-height: 27px;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #1A1A1A;
}

.contact .thumbnail p {
  line-height: 30px;
}


.contact .thumbnail a {
  display: block;
}

.contact .thumbnail .action {
  position: absolute;
  bottom: 39px;
}

.contact .thumbnail .action img {
  width: 20px;
  height: 18px;
}