body .home .banner {
  position: relative
}

body .home .banner img {
  width: 100%;
  display: block;
  object-fit: cover
}

body .home .banner .text {
  position: absolute;
  right: 19.6875vw;
  bottom: 8.85417vw;
  color: white;
  line-height: 0.875;
  text-transform: uppercase
}

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

body .home .container .sec1 {
  padding: 12.13542vw 6.61458vw 6.61458vw 42.8125vw
}

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

body .home .container .sec1 .content .story .des {
  margin: 1.45833vw 2.5vw 4.53125vw 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.63;
  /* text-transform: capitalize */
}

body .home .container .sec1 .content .story .des span {
  font-weight: 600
}

body .home .container .sec1 .content .story .tag {
  width: 15.15625vw;
  height: 1.66667vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize
}

body .home .container .sec1 .content .pics {
  margin: 6.77083vw 0 6.04167vw 0
}

body .home .container .sec1 .content .pics .pic {
  overflow: hidden
}

body .home .container .sec1 .content .pics .pic img {
  width: 100%;
  transition: all 600ms
}

body .home .container .sec1 .content .pics .pic:hover img {
  transform: scale(1.05)
}

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

body .home .container .sec1 .content .core .des {
  margin-top: .72917vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  /* text-transform: capitalize */
}

body .home .container .sec2 {
  width: 88.54167vw;
  margin: 0 auto;
  border-top: 1px solid #000;
  padding: 8.33333vw 0 20.20833vw 0;
  text-align: center
}

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

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

body .home .container .cbg img {
  width: 100%
}

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

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

  body .home .banner .text {
    right: 10%;
    bottom: 30px;
    line-height: 1
  }

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

  body .home .container .sec1 .content .story .p1 {
    font-size: 24px
  }

  body .home .container .sec1 .content .story .des {
    margin: 10px 0 30px 0;
    line-height: 1.5;
    font-size: 16px
  }

  body .home .container .sec1 .content .story .tag {
    width: 100%;
    height: auto;
    padding: 10px 0
  }

  body .home .container .pics {
    margin: 30px 0
  }

  body .home .container .core .p1 {
    font-size: 24px
  }

  body .home .container .core .des {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px
  }

  body .home .container .sec2 {
    width: 90%;
    padding: 30px 0 60px 0;
    border-top: 1px solid #000
  }

  body .home .container .sec2 .p1 {
    font-size: 24px
  }

  body .home .container .sec2 .des {
    width: 100%;
    margin: 10px 0 0 0;
    line-height: 1.5;
    font-size: 16px
  }
}