body .home .container {
  padding: 3.64583vw 8.85417vw 9.89583vw 8.85417vw
}

body .home .container .back {
  display: flex;
  gap: .88542vw;
  align-items: center;
  width: fit-content;
  transition: all 600ms
}

body .home .container .back svg {
  width: .83333vw;
  transition: all 600ms
}

body .home .container .back svg path {
  transition: all 600ms
}

body .home .container .back p {
  font-weight: 600;
  text-transform: capitalize
}

body .home .container .back:hover {
  color: #892122
}

body .home .container .back:hover p {
  text-decoration: underline
}

body .home .container .back:hover svg {
  transform: rotate(-45deg)
}

body .home .container .back:hover svg path {
  stroke: #892122
}

body .home .container .num,
body .home .container .t {
  color: #892122;
  font-weight: 500;
  font-family: "Scheherazade New";
  line-height: 1
}

body .home .container .num {
  margin-top: 3.64583vw
}

body .home .container .t {
  margin-top: .52083vw;
  border-bottom: 2px solid #474747;
  /* padding-bottom: 2.76042vw */
  padding-bottom: 1.04167vw;
}

body .home .container .content {
  margin: 2.96875vw 0 12.91667vw 0;
  display: flex;
  justify-content: space-between
}

body .home .container .content .pic {
  width: 27.91667vw;
  overflow: hidden
}

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

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

body .home .container .content .text {
  width: 45.88542vw
}

body .home .container .content .text .pt {
  font-weight: 600;
  line-height: 1.2;
  font-family: "Scheherazade New";
  margin-bottom: 1.40625vw
}

body .home .container .content .text .des {
  color: #2E2F30;
  line-height: 1.5
}

body .home .container .content .text .des ul {
  padding-left: 2.08333vw
}

body .home .container .content .text .des ul li {
  list-style-type: disc
}

body .home .container .btn {
  display: flex;
  justify-content: flex-end
}

body .home .container .btn a {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 1.04167vw;
  transition: all 600ms
}

body .home .container .btn a svg {
  width: .83333vw;
  transition: all 600ms
}

body .home .container .btn a svg path {
  transition: all 600ms
}

body .home .container .btn a:hover {
  color: #892122
}

body .home .container .btn a:hover p {
  text-decoration: underline
}

body .home .container .btn a:hover svg {
  transform: rotate(45deg)
}

body .home .container .btn a:hover svg path {
  stroke: #892122
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding: 30px 5%
  }

  body .home .container .back {
    gap: 10px
  }

  body .home .container .back svg {
    width: 12px
  }

  body .home .container .num {
    margin-top: 20px
  }

  body .home .container .t {
    margin-top: 5px;
    padding-bottom: 20px
  }

  body .home .container .content {
    flex-direction: column;
    margin: 20px 0 40px 0
  }

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

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

  body .home .container .content .text .pt {
    margin-bottom: 10px
  }

  body .home .container .content .text .des ul {
    padding-left: 25px
  }

  body .home .container .btn a {
    gap: 10px;
    font-size: 16px
  }

  body .home .container .btn a svg {
    width: 12px
  }
}