body .home .banner {
  position: relative
}

body .home .banner img {
  width: 100%;
  display: block
}

body .home .banner .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  width: 100%;
  text-transform: uppercase
}

body .home .banner .text .t {
  font-weight: 500
}

body .home .banner .text .des {
  width: 70.83333vw;
  margin: .83333vw auto 0 auto
}

body .home .container {
  padding: 13.02083vw 10.41667vw
}

body .home .container .sec1 {
  text-align: center
}

body .home .container .sec1 .t {
  color: #252726;
  text-transform: capitalize
}

body .home .container .sec1 .des {
  width: 71.35417vw;
  margin: 1.30208vw auto 11.66667vw auto;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  /* text-transform: capitalize */
}

body .home .container .sec2 .t {
  color: #252726;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 3.22917vw
}

body .home .container .sec2 .list .item {
  display: flex;
  justify-content: space-between;
  gap: 4.16667vw
}

body .home .container .sec2 .list .item:not(:last-child) {
  margin-bottom: 8.33333vw
}

body .home .container .sec2 .list .item:nth-child(2n) {
  flex-direction: row-reverse
}

body .home .container .sec2 .list .item .pic {
  width: 57.29167vw;
  overflow: hidden
}

body .home .container .sec2 .list .item .pic img {
  width: 100%;
  height: 28.4375vw;
  object-fit: cover;
  display: block;
  transition: all 600ms
}

body .home .container .sec2 .list .item .pic:hover img {
  transform: scale(1.05)
}

body .home .container .sec2 .list .item .info {
  width: 17.70833vw;
  position: relative
}

body .home .container .sec2 .list .item .info .pt {
  color: #252726;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 2.8125vw 0 1.25vw 0
}

body .home .container .sec2 .list .item .info .pt span {
  font-weight: 400
}

body .home .container .sec2 .list .item .info .des {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  /* text-transform: capitalize; */
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9; */
  overflow: hidden
}

body .home .container .sec2 .list .item .info a {
  position: absolute;
  left: 0;
  bottom: 1.5vw;
  width: 9.89583vw;
  height: 1.66667vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 600ms
}

body .home .container .sec2 .list .item .info a:hover {
  background: #000;
  color: white
}

@media screen and (max-width: 768px) {
  body .home .banner {
    margin-top: 60px
  }

  body .home .banner img {
    height: 240px
  }

  body .home .banner .text .t {
    font-size: 24px
  }

  body .home .banner .text .des {
    width: 90%;
    margin: 8px auto 0 auto;
    font-size: 14px
  }

  body .home .container {
    padding: 30px 5%
  }

  body .home .container .sec1 .t {
    font-size: 24px
  }

  body .home .container .sec1 .des {
    width: 100%;
    margin: 15px 0 60px 0;
    font-size: 16px
  }

  body .home .container .sec2 .t {
    font-size: 24px;
    margin-bottom: 30px
  }

  body .home .container .sec2 .list .item {
    flex-direction: column !important;
    gap: 15px
  }

  body .home .container .sec2 .list .item:not(:last-child) {
    margin-bottom: 30px
  }

  body .home .container .sec2 .list .item .pic {
    width: 100%
  }

  body .home .container .sec2 .list .item .pic img {
    height: auto
  }

  body .home .container .sec2 .list .item .info {
    width: 100%
  }

  body .home .container .sec2 .list .item .info .pt {
    margin: 0 0 10px 0
  }

  body .home .container .sec2 .list .item .info .des {
    font-size: 16px
  }

  body .home .container .sec2 .list .item .info a {
    width: 100%;
    height: auto;
    position: static;
    padding: 10px 0;
    margin-top: 20px
  }
}