.wxapp-container {
  position: relative;
  padding: 2em 0 4em 0;
  margin-bottom: 10px;
}
.wxapp-container .item {
  background: #fff;
  text-align: center;
  padding: 30px;
  min-width: 360px;
  width: 360px;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.wxapp-container .item figure {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.wxapp-container .item .text {
  padding: 10px;
}
.wxapp-container .item .text h3 {
  margin-bottom: 0;
}
.wxapp-container .item .text .meta {
  color: #b3b3b3 !important;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.wxapp-container .item .text p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: gray;
}
.wxapp-container .item:hover,
.wxapp-container .item:focus {
  -webkit-box-shadow: 0 26px 50px -20px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 50px -20px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 50px -20px rgba(0, 36, 100, 0.3);
}
.wxapp-container .swiper-pagination {
  text-align: center;
  width: 100%;
  left: 0;
  padding-top: 20px;
}
.wxapp-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.wxapp-container .swiper-button-prev {
  left: -40px;
}
.wxapp-container .swiper-button-next {
  right: -40px;
}
.about {
  padding: 50px 0;
  position: relative;
}
.about .lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  color: #637282;
}
.about .lead2 {
  padding: 0;
  line-height: 34px !important;
  margin: 20px 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.about .lead2 li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 300;
  color: #637282;
}
.about .lead3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
  color: #8D8D8D;
  line-height: 1.46428571;
  font-weight: 300;
}
.col-image-inner {
  position: relative;
  max-width: 100%;
  text-align: center;
}
.col-image-inner img {
  width: 100%;
}
.col-text-inner {
  position: relative;
  max-width: 560px;
  padding: 50px 0 50px 15px;
}
.text-content h2 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 45px;
  color: #181b3a;
  font-weight: 600;
}
.text-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  color: #637282;
}
#about-cms .col-image-inner {
  text-align: right;
}
#about-cms .col-image-inner img {
  float: right;
  width: 100%;
}
#about-cms h2 {
  margin-bottom: 30px;
  font-size: 42px;
}
h2.section-heading a {
  color: #181b3a;
}
