.wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.txcontent {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(49,174,204,0.85)), to(rgba(30, 110, 137, 0.75))),url(../images/banner2.jpg);
  background-image: linear-gradient(to right bottom, rgba(49,174,204,0.85), rgba(30, 110, 137, 0.75)),url(../images/banner2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1.5rem 0 3rem;
  margin-top: -4px;
}

.txcontent__main,
.txcontent__sub,
.txcontent__main__title,
.txcontent__sub__title {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.txcontent__main,
.txcontent__sub {
  padding: 0 1rem;
}

.txcontent__main {
  margin-bottom: 1.5rem;
}

.txcontent__sub p:not(:last-child) {
  margin-bottom: 1rem;
}

.txcontent__main__title,
.txcontent__sub__title {
  color: #333;
  font-weight: bold;
}

.txcontent__main__title {
  margin-bottom: 0.75rem;
  font-size: 1.85rem;
  position: relative;
  display: inline-block;
}

.txcontent__main__title:before, .txcontent__main__title:after {
  background-color: #37ded7;
}

.txcontent__main__title:before {
  left: -50px;
}

.txcontent__main__title:after {
  right: -50px;
}

.txcontent__main__title:before, .txcontent__main__title:after {
  content: "";
  position: absolute;
  top: 18px;
  width: 40px;
  height: 8px;
}

.txcontent__sub__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
}

.txcontent__sub__title:before, .txcontent__sub__title:after {
  background-color: #37ded7;
}

.txcontent__sub__title:before {
  left: -40px;
}

.txcontent__sub__title:after {
  right: -40px;
}

.txcontent__sub__title:before, .txcontent__sub__title:after {
  content: "";
  position: absolute;
  top: 24px;
  width: 30px;
  height: 8px;
}

.home-video {
  padding: 2rem 0;
  background-color: #f4f4f4;
}

