.tzwrapper {
  height: 700px;
}
.sametz {
  height: 250px;
  width: 590px;
  float: left;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.sametzimg {
  height: 100%;
  width: 300px;
  float: left;
}
.sametzcon {
  height: 100%;
  width: 290px;
  float: right;
  line-height: 250px;
  background: #fff;
}
.sametzinfo1 {
  padding: 0px 15px;
  /*text-align: center;*/
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 30px;
  width: 100%;
}
.sametzinfo1 p {
  font-size: 27px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.sametz:first-child {
  margin-right: 20px;
}
.specialtz {
  background: #fff;
  height: 250px;
  width: 100%;
  margin-top: 60px;
  float: left;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.specialtzimg {
  height: 100%;
  width: 600px;
  float: left;
  overflow: hidden;
}
.specialtzcon {
  height: 100%;
  width: 50%;
  float: right;
  line-height: 250px;
  background: #fff;
}
.specialtzinfo {
  padding: 0px 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 30px;
  width: 100%;
}
.specialtzinfo p {
  font-size: 25px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .tzwrapper {
    height: auto;
    margin-bottom: 100px;
  }
  .tzwrapper .tz-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem;
  }
  .tzwrapper .tz-container .sametz {
    width: calc(50% - 10px) !important;
    display: flex;
    justify-content: space-between;
    margin: 0;
    box-shadow: none;
  }
  .tzwrapper .tz-container .sametzimg {
    width: 50%;
  }
  .tzwrapper .tz-container .sametzcon {
    width: 50%;
  }
  .tzwrapper .tz-container .sametzinfo,
  .tzwrapper .tz-container .specialtzinfo {
    font-size: 14px;
  }
  .tzwrapper .tz-container .specialtz {
    width: 100%;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .tzwrapper .tz-container .sametz {
    width: 100% !important;
  }
  .tzwrapper .tz-container .sametz:nth-child(2) {
    margin-top: 60px;
  }
}
