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: 9.58333vw 10.41667vw 15.625vw 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: 63.64583vw;
  margin: 1.71875vw 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 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.875vw 3.125vw
}

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

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

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

body .home .container .sec2 .list .item .name {
  color: #252726;
  margin: 1.66667vw 0 1.52083vw 0;
  text-transform: capitalize
}

body .home .container .sec2 .list .item .des {
  color: #252726;
  text-transform: capitalize
}

body .home .container .sec2 .list .item .time {
  color: rgba(37, 39, 38, 0.6);
  margin: .52083vw 0 3.02083vw 0
}

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

@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;
    line-height: 1.2
  }

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

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

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

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

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

  body .home .container .sec2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px
  }

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

  body .home .container .sec2 .list .item .name {
    margin: 15px 0 5px 0
  }

  body .home .container .sec2 .list .item .time {
    margin: 5px 0 20px 0
  }
}