body .home .container {
  padding: 9.6875vw 8.85417vw 9.375vw 8.85417vw
}

body .home .container .content {
  display: flex;
  justify-content: space-between
}

body .home .container .content .lbox {
  width: 40.15625vw
}

body .home .container .content .lbox .t {
  color: #892122;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  font-family: "Scheherazade New";
  position: relative
}

body .home .container .content .lbox .t::after {
  content: '';
  display: block;
  width: 95%;
  height: 2px;
  background: #474747;
  /* margin-top: 2.08333vw */
  margin-top: 1.04167vw;
}

body .home .container .content .lbox .tip {
  margin: 3.4875vw 0;
  color: #2E2F30;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Scheherazade New"
}

body .home .container .content .lbox .nr .item {
  display: flex;
  line-height: 1.5;
  align-items: center
}

body .home .container .content .lbox .nr .item:not(:last-child) {
  margin-bottom: 1.82292vw
}

body .home .container .content .lbox .nr .item .icon {
  width: 1.875vw;
  height: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center
}

body .home .container .content .lbox .nr .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

body .home .container .content .lbox .nr .item .p1 {
  color: #333;
  margin: 0 1.04167vw
}

body .home .container .content .lbox .nr .item .p2 {
  color: #892122;
  font-weight: 700
}

body .home .container .content .pic {
  width: 40.625vw;
  overflow: hidden;
  margin-top: 0.833vw;
}

body .home .container .content .pic img {
  width: 100%;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .content .pic:hover img {
  transform: scale(1.05)
}
body .home .banner {
  position: relative;
}
body .home .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 30px 5%
  }

  body .home .container .content {
    flex-direction: column
  }

  body .home .container .content .lbox {
    width: 100%
  }

  body .home .container .content .lbox .t::after {
    width: 100%
  }

  body .home .container .content .lbox .tip {
    margin: 30px 0
  }

  body .home .container .content .lbox .nr .item {
    flex-direction: column;
    align-items: flex-start
  }

  body .home .container .content .lbox .nr .item:not(:last-child) {
    margin-bottom: 20px
  }

  body .home .container .content .lbox .nr .item .icon {
    width: 20px;
    height: 20px
  }

  body .home .container .content .lbox .nr .item .p1 {
    margin: 5px 0
  }

  body .home .container .content .pic {
    width: 100%;
    margin-top: 20px
  }
}