.page-home {
  position: relative;
  width: 100%;
}
.page-home .more {
  font-size: 0.813em;
  color: #2c4f6c;
}
.page-home .grid2 {
  border-top: 1px solid #fff;
  display: block;
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 500px;
  overflow: hidden;
}
.page-home .grid2 .column {
  position: relative;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 0;
  width: 98%;
  max-width: 1700px;
  height: 100%;
  z-index: 3;
}
.page-home .grid2 .column .column1, .page-home .grid2 .column .column2 {
  position: absolute;
  left: 1%;
  right: 1%;
  width: 97%;
  z-index: 2;
  opacity: 0;
  filter: blur(7px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-home .grid2 h4 {
  font-size: 1.688em;
}
.page-home .grid2 big {
  margin: 7px 0;
  color: #f7b465;
  font-size: 1.25em;
}
.page-home .grid2 h5 {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 1em;
  display: inline-block;
  background: #2c4f6c;
  color: #fff;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.page-home .grid2 .column1 {
  top: 80px;
}
.page-home .grid2 .column1 .button {
  color: #fff;
}
.page-home .grid2 .column1 .button span {
  border: 1px solid #fff;
}
.page-home .grid2 .column2 {
  top: 120px;
  width: 96%;
  max-width: 500px;
  left: 2%;
  right: 2%;
}
.page-home .grid2 .column2 h4 {
  color: #2c4f6c;
}
.page-home .grid2 .column2 small {
  margin: 20px 0;
}
.page-home .grid3 {
  width: 98%;
  padding: 10px 1%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
