@import url("./root.css");
.img-box{
  overflow: hidden;
}
.img-box > img {
  transition: .4s linear;
}
.imgHover:hover .img-box img{
  transform: scale(1.1);
}
.banner .bannerTxt{
  max-width: 740px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.row-reverse {
  flex-direction: row-reverse;
}
.life-section-2 {
  padding-top: 50px;
  background: #F9FAFB;
}
.life-section-2 > ul > li {
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.1), 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
  border-radius: 8px;
  background: var(--color-white);
}
.life-section-2 > ul > li:last-child {
  margin-bottom: 0;
}

.life-section-2 > ul > li > div {
  width: 50%;
}

.life-section-2 .img-box img {
  width: 100%;
}

i.iii {
  display: inline-block;
  width: 4px;
  height: 57px;
  background: #2563EB;
}
.t-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.t-title{

}
.t-title > h3{
  font-weight: bold;
  font-size: 36px;
  color: #111827;
}
.t-title > h4 {
  font-size: 18px;
  color: #4B5563;
  line-height: 28px;
  margin-top: 10px;
}
.t-title > p{
  font-size: 16px;
  color: #4B5563;
  line-height: 32px;
  max-width: 645px;
  margin-top: 27px;
}

.t-list{
  margin-top: 45px;
}
.t-list > li{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.t-list > li > div:nth-child(2){
  margin-left: 16px;
}
.t-list > li h4 {
  font-weight: bold;
  font-size: 24px;
  color: #111827;
  line-height: 24px;
}
.t-list > li p{
  font-size: 16px;
  color: #6B7280;
  line-height: 23px;
  margin-top: 12px;
}