.nans_pic_text {
  padding: 0 !important;
  position: relative;
}

.nans_pic_text .content {
  margin-top: 40px;
  text-align: center;
}

.nans_pic_text .content p~p {
  margin-top: 15px;
}

.nans_pic_text .pic {
  width: 100%;
  margin-top: 0 !important;
}
.nans_pic_text .t {
  /* height: 84px; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}
.nans_pic_text .t .container {
  padding: 60px 80px;
  height: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
 /* background: #0047978c;*/
  color: #fff;
  max-width: 80%;
}
.nans_pic_text .t h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.nans_pic_text .t p {
  font-size: 26px;
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .nans_pic_text h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .nans_pic_text h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .nans_pic_text {
    padding: 30px 0;
  }
  .nans_pic_text h2 {
    font-size: 24px;
  }
  .nans_pic_text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .nans_pic_text h2 {
    font-size: 22px;
  }
};